Skip to content

Commit

Permalink
fix: favicon 404 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
inaseem committed Feb 2, 2024
1 parent 9d741f3 commit 452cada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FallbackLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const FallbackLoader = () => {
return (
<div className="h-screen w-screen grid place-items-center">
<img
src="/favicon.svg"
src={`${import.meta.env.BASE_URL}/favicon.svg`}
alt="Loading..."
width={48}
height={48}
Expand Down

0 comments on commit 452cada

Please sign in to comment.