Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amay077 committed Jan 21, 2025
1 parent bfcd284 commit 029cc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/MainContent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ const getTypes = (post: PresentedPost) => {
<div class="mt-4 d-flex flex-column align-items-end" style="font-size: 90%;">
<button class="btn btn-sm btn-block btn-link"
on:click={onVersion}
>Version</button>
>version</button>
{#if apiVer.env_ver?.length > 0}
<span>spa_build: {built_at}</span>
<span>api_build: {apiVer.build_at}</span>
Expand Down

0 comments on commit 029cc73

Please sign in to comment.