Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
fishylunar committed Nov 26, 2024
1 parent f04c27c commit a345b9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/ico" href="/thor/favicon.ico" />
<link rel="icon" type="image/ico" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Thor</title>
<meta name="title" content="Thor - First Responder Messages" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/thor/apple-touch-icon.png"
/>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<meta
name="description"
content="Free online tool to view danish first responder messages in realtime."
Expand Down Expand Up @@ -43,7 +39,7 @@
/>

<meta name="robots" content="index, follow" />
<link rel="manifest" href="/thor/manifest.json" />
<link rel="manifest" href="manifest.json" />
<meta name="language" content="English" />
</head>
<body>
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='/thor/icon-192.png' height={64} width={64} className='mx-auto pb-4 pt-8'></img>
<img alt='Logo' title='Logo' src='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-slate-500 pb-4">First Responder Messages</h4>
{children}
Expand Down

0 comments on commit a345b9e

Please sign in to comment.