Update version.tsx

This commit is contained in:
Tom (plebeius.eth)
2025-03-04 15:30:12 +01:00
parent cfca407e1d
commit 31c150fff4
+1 -1
View File
@@ -15,7 +15,7 @@ const Version = () => {
target='_blank'
rel='noopener noreferrer'
>
v{commitRef ? '-dev' : version}
plebchan v{commitRef ? `${version}-dev (#${commitRef.slice(0, 7)})` : version}
</a>
{isElectron && (
<>