From abc1746d5475b5f3f790dca6fb60600227478cf0 Mon Sep 17 00:00:00 2001 From: wodeni Date: Sun, 29 Dec 2024 16:28:48 -0500 Subject: [PATCH] chore: hover styling for note index --- src/components/NoteIndex.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NoteIndex.tsx b/src/components/NoteIndex.tsx index 3f68860..aa66ad8 100644 --- a/src/components/NoteIndex.tsx +++ b/src/components/NoteIndex.tsx @@ -18,7 +18,7 @@ export default function NotesIndex({ tag }: { tag?: string }) {
  • {note.frontmatter?.title ?? note.slug}