Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
COM3014
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Abdelsamad, Mouaz R (UG - SISC)
COM3014
Commits
5b70397c
Commit
5b70397c
authored
11 months ago
by
lcross2002
Browse files
Options
Downloads
Patches
Plain Diff
lighthouse improvements
parent
c9f94370
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
client/index.html
+1
-0
1 addition, 0 deletions
client/index.html
client/src/components/Header/Header.scss
+1
-0
1 addition, 0 deletions
client/src/components/Header/Header.scss
client/src/helpers/Airports.ts
+1
-1
1 addition, 1 deletion
client/src/helpers/Airports.ts
with
3 additions
and
1 deletion
client/index.html
+
1
−
0
View file @
5b70397c
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
client/src/components/Header/Header.scss
+
1
−
0
View file @
5b70397c
...
...
@@ -31,6 +31,7 @@
padding
:
4px
;
margin-left
:
0
.5rem
;
margin-right
:
0
.5rem
;
color
:
white
;
}
.nav-item-active
{
...
...
This diff is collapsed.
Click to expand it.
client/src/helpers/Airports.ts
+
1
−
1
View file @
5b70397c
...
...
@@ -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
};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment