Rename project

This commit is contained in:
Jakob Kordež 2024-06-27 22:22:11 +02:00
parent ebc183b1a2
commit ddd6d3bc41
3 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Callsign Tester
# Callsign Checker
An app for checking the format of a callsign and finding the country it belongs to.

View File

@ -3,10 +3,12 @@
</script>
<svelte:head>
<title>Callsign Tester</title>
<meta name="description" content="Callsign tester for ham radio operators" />
<meta name="keywords" content="callsign, ham radio, dxcc" />
<title>Callsign Checker</title>
<meta name="description" content="Callsign checker for ham radio operators" />
<meta name="keywords" content="callsign, ham radio, dxcc, country" />
<meta name="author" content="Jakob Kordež S52KJ" />
<meta name="og:title" content="Callsign Checker" />
<meta name="og:description" content="Callsign checker for ham radio operators" />
</svelte:head>
<div class="flex min-h-screen flex-col bg-[#333] text-[#eee]">

View File

@ -49,7 +49,7 @@
</script>
<div class="py-10">
<h1 class="mb-10 text-center text-5xl font-light">Callsign Tester</h1>
<h1 class="mb-10 text-center text-5xl font-light">Callsign Checker</h1>
<div class="mb-4">
<div class="mb-1 text-center text-sm font-light">Enter a callsign</div>