diff --git a/client/public/doot.jpeg b/client/public/doot.jpeg new file mode 100644 index 0000000..ff18e6b Binary files /dev/null and b/client/public/doot.jpeg differ diff --git a/client/src/components/Home.tsx b/client/src/components/Home.tsx index 17fb4b4..54f238f 100644 --- a/client/src/components/Home.tsx +++ b/client/src/components/Home.tsx @@ -8,7 +8,7 @@ import { uniqBy } from '../utils/utils'; const Home = () => { const [events, setEvents] = useState([]); - const [filterDifficulty, setFilterDifficulty] = useState(localStorage.getItem('filterDifficulty') || '21'); + const [filterDifficulty, setFilterDifficulty] = useState(localStorage.getItem('filterDifficulty') || '20'); const onEvent = (event: Event) => { setEvents((prevEvents) => [...prevEvents, event]); diff --git a/client/src/components/Settings.tsx b/client/src/components/Settings.tsx index 6a2f205..d43ba54 100644 --- a/client/src/components/Settings.tsx +++ b/client/src/components/Settings.tsx @@ -4,7 +4,7 @@ import React, { useEffect, useState } from 'react'; import { addRelay } from '../utils/relays'; import { CpuChipIcon } from '@heroicons/react/24/outline'; const Settings = () => { - const [filterDifficulty, setFilterDifficulty] = useState(localStorage.getItem('filterDifficulty') || 21); + const [filterDifficulty, setFilterDifficulty] = useState(localStorage.getItem('filterDifficulty') || 20); const [difficulty, setDifficulty] = useState(localStorage.getItem('difficulty') || 21); const handleSubmit = (e: React.FormEvent) => { @@ -78,7 +78,8 @@ const Settings = () => { Github Stars Badge
- Found a bug? dm me: doot + Found a bug? dm me: doot or smolgrrr@protonmail.com +