Skip to content

Commit 079d9fd

Browse files
feat: add version display to about page
- Introduced a new 'Row' component to show the current version of the site with a description for clarity.
1 parent f4eccff commit 079d9fd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/routes/(content)/about/+page.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@
8787
id="version"
8888
class="grid grid-cols-1 gap-4 text-xs w-full"
8989
>
90+
<Row
91+
label="Version"
92+
value={version.number}
93+
description="The current version of the site"
94+
/>
9095
<Row
9196
label="Site last updated"
9297
value={formatDateTime(version.lastUpdated)}

0 commit comments

Comments
 (0)