1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-07-02 02:56:00 -04:00

json-ld improvements

This commit is contained in:
2025-03-21 12:02:14 -04:00
parent b626955731
commit 9fd3de8569
20 changed files with 277 additions and 225 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import styles from "./ThemeToggle.module.css";
export type ThemeToggleProps = ComponentPropsWithoutRef<LucideIcon>;
const ThemeToggle = ({ className, ...rest }: ThemeToggleProps) => {
const { theme, setTheme } = useTheme();
const [theme, setTheme] = useTheme();
return (
<button