We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226b309 commit 92e51b6Copy full SHA for 92e51b6
src/components/About.tsx
@@ -30,7 +30,7 @@ export default function About({
30
}: {
31
setVisible: (show: boolean) => void;
32
}) {
33
- const official = window.location.hostname === 'localhost';
+ const official = window.location.hostname === 'pastes.dev';
34
const [showTos, setShowTos] = useState<boolean>(false);
35
36
if (showTos) {
0 commit comments