Skip to content

Commit

Permalink
Fix version component
Browse files Browse the repository at this point in the history
  • Loading branch information
zobweyt committed Aug 5, 2024
1 parent 09642ab commit 006603f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/brand/version.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Version: Component = () => {
{import.meta.env.VITE_APP_NAME}
</h6>
<p class="flex items-center gap-0.5">
<Show when={!import.meta.env.PROD}>
<Show when={import.meta.env.PROD}>
<Icon path={checkBadge} class="size-3.5 text-green-700" />
</Show>
<span class="select-all">Version {import.meta.env.VITE_APP_VERSION}</span>
Expand Down

0 comments on commit 006603f

Please sign in to comment.