diff --git a/components/cards.tsx b/components/cards.tsx index 6b91257..56be436 100644 --- a/components/cards.tsx +++ b/components/cards.tsx @@ -25,8 +25,7 @@ const Cards = ({ items, basePath }: ICard) => { key={`singleCard-${singleCard.slug}`} >
diff --git a/components/notes/note.tsx b/components/notes/note.tsx index d528752..6f91763 100644 --- a/components/notes/note.tsx +++ b/components/notes/note.tsx @@ -5,8 +5,7 @@ import type { IContent } from '../../utils/content'; export function Note({ date, title, slug, basePath }: IContent) { return (