Skip to content

Commit 56d7692

Browse files
committed
Fix logo not working when loading /messages/[id]
1 parent 6ad3d30 commit 56d7692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/components/FavIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type FavIconProps = {
44

55
const FavIcon = ({ className }: FavIconProps) => (
66
<img
7-
src="favicon.svg"
7+
src="https://www.compassmeet.com/favicon.svg"
88
alt="Compass logo"
99
className={`w-12 h-12 ${className ?? ""}`}
1010
/>

0 commit comments

Comments
 (0)