mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Set Dinosaur (To Avoid Explicit Dinos)
This commit is contained in:
parent
ca2a268d0e
commit
ddbdf8af31
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export default function Secret({ reveal, ...props }) {
|
|||
const [img, setImage] = useState('')
|
||||
|
||||
useEffect(() => {
|
||||
setImage('https://geta.dino.icu/dino.png')
|
||||
setImage('https://github.com/hackclub/dinosaurs/raw/main/club_dinosaur.png')
|
||||
}, [])
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue