Skip to content

Commit 5ad3b03

Browse files
committed
ICAO to text
1 parent e52134b commit 5ad3b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default function Home() {
5757
<main className="flex md:flex-row flex-col items-center justify-center sm:justify-around h-screen bg-blue-100 sm:px-20 sm:py-20">
5858
<div className="flex flex-col items-center gap-0 md:gap-2">
5959
<h1 className="hidden sm:flex text-xl md:text-6xl">METAR CODE</h1>
60-
<h2 className="text-2xl text-gray-500">Airport Code</h2>
60+
<h2 className="text-2xl text-gray-500">Airport Code (ICAO)</h2>
6161
<input
6262
autoComplete='off'
6363
className="text-green-600 text-4xl sm:text-9xl w-[300px] mb-2 md:pb-0 sm:w-96 text-center font-bold"

0 commit comments

Comments
 (0)