mirror of
https://github.com/zadam/trilium.git
synced 2026-07-07 17:23:54 +02:00
chore(website/resources): display version slightly smaller
This commit is contained in:
@@ -32,7 +32,7 @@ export default function Resources() {
|
||||
{iconPacksMeta.map(meta => (
|
||||
<Card
|
||||
key={meta.name}
|
||||
title={`${meta.name} ${meta.version}`}
|
||||
title={<>{meta.name} <small>{meta.version}</small></>}
|
||||
>
|
||||
<footer>
|
||||
<Button href={`/resources/icon-packs/${meta.file}`} download text="Download" />
|
||||
|
||||
Reference in New Issue
Block a user