Skip to content

Commit

Permalink
feat: use lighter favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Jun 16, 2024
1 parent 81c9052 commit 9f81e17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed public/favicon.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Wrapper = () => {
return (
<html>
<head>
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="icon" type="image/png" href="logo.svg" />
<title>A propos de bdx.town</title>
<meta charSet="utf-8" />
<link rel="stylesheet" href="index.scss" />
Expand Down

0 comments on commit 9f81e17

Please sign in to comment.