diff --git a/src/components/archive/EntryRow.tsx b/src/components/archive/EntryRow.tsx index f70c9fe..2ef83fb 100644 --- a/src/components/archive/EntryRow.tsx +++ b/src/components/archive/EntryRow.tsx @@ -25,8 +25,8 @@ 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 ?? ''}`} > - - + + + {t('number', { number: item.number })} - - @@ -51,7 +50,7 @@ export function EntryRow({ item, showCode = true, highlight, className }: EntryR