Skip to content

Commit

Permalink
update: favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggingfuture committed May 11, 2024
1 parent e36f36e commit 16d12de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function MyApp({ Component, pageProps }: AppProps) {
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width"
/>
<link rel="icon" href="/favicon_logo.svg" />
<link rel="icon" href="/logo_fractal_labs.png" />
</Head>
<ThemeProvider theme={theme}>
<CssBaseline />
Expand Down
4 changes: 0 additions & 4 deletions public/favicon_logo.svg

This file was deleted.

0 comments on commit 16d12de

Please sign in to comment.