mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-07-27 21:37:49 +02:00
Run prettier
This commit is contained in:
parent
5ce412b622
commit
3ba289e1b1
15 changed files with 266 additions and 175 deletions
|
@ -8,9 +8,9 @@ import { X } from "lucide-react";
|
|||
import useSiteMetadata from "../helpers/useSiteMetadata";
|
||||
|
||||
type OffScreenNavProps = {
|
||||
active: boolean,
|
||||
close: () => void
|
||||
}
|
||||
active: boolean;
|
||||
close: () => void;
|
||||
};
|
||||
|
||||
const OffScreenNav = ({ active, close }: OffScreenNavProps) => {
|
||||
const { t } = useTranslation();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue