Skip to content

Commit

Permalink
add favicon (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 authored Dec 5, 2023
1 parent f81c2be commit 25dde8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/packages/data-portal/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ const Document = withEmotionCache(
)

export const links: LinksFunction = () => [
{
rel: 'icon',
href: '/favicon.png',
type: 'image/png',
},
{ rel: 'stylesheet', href: tailwindStyles },
...(cssBundleHref ? [{ rel: 'stylesheet', href: cssBundleHref }] : []),
]
Expand Down
Binary file added frontend/packages/data-portal/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25dde8f

Please sign in to comment.