Added a small gap to Verison Info

This commit is contained in:
Arunavo Ray
2025-05-28 13:55:50 +05:30
parent b917b30830
commit 13c3ddea04

View File

@@ -37,7 +37,7 @@ export function VersionInfo() {
return ( return (
<div className="text-xs text-muted-foreground text-center pt-2 pb-3 border-t border-border mt-2"> <div className="text-xs text-muted-foreground text-center pt-2 pb-3 border-t border-border mt-2">
{versionInfo.updateAvailable ? ( {versionInfo.updateAvailable ? (
<div className="flex flex-col"> <div className="flex flex-col gap-1">
<span>v{versionInfo.current}</span> <span>v{versionInfo.current}</span>
<span className="text-primary">v{versionInfo.latest} available</span> <span className="text-primary">v{versionInfo.latest} available</span>
</div> </div>