Skip to content

Commit

Permalink
Fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fishylunar committed Nov 25, 2024
1 parent 6c941be commit 917f317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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" type="image/ico" href="/facicon.ico" />
<link rel="icon" type="image/ico" href="thor/facicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Thor</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface HeaderProps {
export function Header({ children }: HeaderProps) {
return (
<>
<img alt='Logo' title='Logo' src='/icon-192.png' height={64} width={64} className='mx-auto pb-4 pt-8'></img>
<img alt='Logo' title='Logo' src='/thor/icon-192.png' height={64} width={64} className='mx-auto pb-4 pt-8'></img>
<h1 className="font-bold text-center text-4xl pt-4 pb-1">Thor</h1>
<h4 className="font-bold text-center text-muted pb-4">First Responder Messages</h4>
{children}
Expand Down

0 comments on commit 917f317

Please sign in to comment.