diff --git a/src/components/About.tsx b/src/components/About.tsx index 2357761..6da1ce1 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -30,7 +30,7 @@ export default function About({ }: { setVisible: (show: boolean) => void; }) { - const official = window.location.hostname === 'localhost'; + const official = window.location.hostname === 'pastes.dev'; const [showTos, setShowTos] = useState(false); if (showTos) {