Skip to content

Commit

Permalink
fix: update favicon path (#2457)
Browse files Browse the repository at this point in the history
  • Loading branch information
valerydluski authored Apr 7, 2024
1 parent 45532e1 commit 6ae9ab2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added client/public/static/images/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion client/src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default class extends Document {
return (
<Html lang="en">
<Head>
<link rel="shortcut icon" href="https://rs.school/favicon.ico" />
<link rel="shortcut icon" href="/static/images/favicon.ico" />
</Head>
<body>
<Main />
Expand Down

0 comments on commit 6ae9ab2

Please sign in to comment.