diff --git a/web/public/FavIcon.tsx b/web/public/FavIcon.tsx index ad3c1b05..a4e71bb5 100644 --- a/web/public/FavIcon.tsx +++ b/web/public/FavIcon.tsx @@ -4,8 +4,8 @@ import Image from "next/image"; type FavIconProps = React.SVGProps; const FavIcon: React.FC = ({ className }) => ( - Compass logo + // Need full domain for favicon to work properly on Webview + Compass logo ); export default FavIcon; -