Skip to content

Commit

Permalink
Merge pull request #35 from hicsail/chore/title-and-logo
Browse files Browse the repository at this point in the history
changed browser title and logo
  • Loading branch information
ZimLim authored Feb 28, 2024
2 parents b4f9f4a + 893f61f commit 9c20628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="src/assets/fhs-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>FHS-BAP Brain Data Portal</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 9c20628

Please sign in to comment.