diff --git a/src/components/archive/EntryRow.tsx b/src/components/archive/EntryRow.tsx index fe7dc8d..f70c9fe 100644 --- a/src/components/archive/EntryRow.tsx +++ b/src/components/archive/EntryRow.tsx @@ -25,7 +25,7 @@ export function EntryRow({ item, showCode = true, highlight, className }: EntryR href={postPath(item.projectSlug, item.slug)} className={`group flex items-stretch gap-4 border-b border-rule py-3 no-underline last:border-b-0 ${className ?? ''}`} > - +