Skip to content

Commit

Permalink
Adjust favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdesque committed Apr 29, 2023
1 parent 24b0d38 commit 691f6a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const Home: NextPage = () => {
<Head>
<title>Creating Generative SVG Grids</title>
<meta name="description" content="Inspired from [Creating Generative SVG Grids](https://frontend.horse/articles/generative-grids/) by Alex Trost" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="./favicon.ico" />
</Head>
<AppBar position="static" sx={{backgroundColor: '#dd8d0e'}}>
<Toolbar>
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.

0 comments on commit 691f6a0

Please sign in to comment.