Skip to content
Snippets Groups Projects
Commit 5b70397c authored by lcross2002's avatar lcross2002
Browse files

lighthouse improvements

parent c9f94370
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Airline Booking</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
</head>
<body>
<div id="root"></div>
......
......@@ -31,6 +31,7 @@
padding: 4px;
margin-left: 0.5rem;
margin-right: 0.5rem;
color: white;
}
.nav-item-active {
......
......@@ -17,4 +17,4 @@ export const airports = [...airportMap.keys()];
export function airportCode(airport: string): string {
return airportMap.get(airport) ?? 'unknown';
};
\ No newline at end of file
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment