Skip to content

Commit

Permalink
Can I get a little favicon?
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Mar 12, 2024
1 parent 783506c commit 6c49bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
<head>
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<Meta />
<Links />
</head>
Expand Down

0 comments on commit 6c49bd9

Please sign in to comment.