Skip to content

Commit 92e51b6

Browse files
committed
Update about hostname check
1 parent 226b309 commit 92e51b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function About({
3030
}: {
3131
setVisible: (show: boolean) => void;
3232
}) {
33-
const official = window.location.hostname === 'localhost';
33+
const official = window.location.hostname === 'pastes.dev';
3434
const [showTos, setShowTos] = useState<boolean>(false);
3535

3636
if (showTos) {

0 commit comments

Comments
 (0)