Center reference name

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-31 16:07:48 +04:00
parent 6baa111fed
commit 3bac29f540

View File

@@ -252,7 +252,7 @@ function References({ references }: { references: Reference[] }) {
alt={reference.name}
className="rounded-2xl size-12 block"
/>
<span className="text-xs text-txt-secondary">{reference.name}</span>
<span className="text-xs text-txt-secondary text-center">{reference.name}</span>
</a>
))}
</Card>