mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-15 08:21:15 -05:00
Fix logo not working when loading /messages/[id]
This commit is contained in:
@@ -4,7 +4,7 @@ type FavIconProps = {
|
||||
|
||||
const FavIcon = ({ className }: FavIconProps) => (
|
||||
<img
|
||||
src="favicon.svg"
|
||||
src="https://www.compassmeet.com/favicon.svg"
|
||||
alt="Compass logo"
|
||||
className={`w-12 h-12 ${className ?? ""}`}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user