mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-08 12:36:44 +03:00
Added a small gap to Verison Info
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user