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 @@ ...@@ -5,6 +5,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Airline Booking</title> <title>Airline Booking</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
padding: 4px; padding: 4px;
margin-left: 0.5rem; margin-left: 0.5rem;
margin-right: 0.5rem; margin-right: 0.5rem;
color: white;
} }
.nav-item-active { .nav-item-active {
......
...@@ -17,4 +17,4 @@ export const airports = [...airportMap.keys()]; ...@@ -17,4 +17,4 @@ export const airports = [...airportMap.keys()];
export function airportCode(airport: string): string { export function airportCode(airport: string): string {
return airportMap.get(airport) ?? 'unknown'; 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