oops
Some checks failed
/ deploy (push) Failing after 2s

This commit is contained in:
Dariusz Niemczyk 2025-02-13 00:48:40 +01:00
parent 3c5a17d086
commit 69402fd4c6
No known key found for this signature in database

View file

@ -25,7 +25,7 @@ export function Nav({
t: typeof translations.pl t: typeof translations.pl
}) { }) {
const { theme, setTheme } = useTheme() const { theme, setTheme } = useTheme()
const [activeSection, setActiveSection] = useState<Sections>("about") const [activeSection] = useState<Sections>("about")
useEffect(() => { useEffect(() => {