Skip to content

Commit

Permalink
Merge pull request #107 from erikpersson0884/main
Browse files Browse the repository at this point in the history
added the icon to the page and the manifest file
  • Loading branch information
simon-wg authored Oct 14, 2024
2 parents 81ed39a + ba02e2f commit 2378a27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<!--<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />-->
<link rel="icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
Expand Down
9 changes: 8 additions & 1 deletion frontend/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"short_name": "BookIT",
"name": "Online booking service for the Software Engineering Student Division (IT)",
"icons": [],
"icons": [
{
"src": "favicon.ico",
"sizes": "16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"

}

0 comments on commit 2378a27

Please sign in to comment.