Skip to content

Commit

Permalink
Merge pull request #245 from tylerslaton/fix-favico
Browse files Browse the repository at this point in the history
fix: correctly point to the admin favicon
  • Loading branch information
tylerslaton authored Oct 21, 2024
2 parents 37b20d4 + fd2af6b commit 8769453
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/admin/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export function Layout({ children }: { children: React.ReactNode }) {
name="viewport"
content="width=device-width, initial-scale=1"
/>
<link
rel="shortcut icon apple-touch-icon"
href="/admin/favicon.ico"
/>
<Meta />
<Links />
</head>
Expand Down

0 comments on commit 8769453

Please sign in to comment.