mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-11 14:49:39 +00:00
refactor: simplify version information display in CredentialsSettings component
This commit is contained in:
@@ -419,8 +419,6 @@ function CredentialsSettings() {
|
|||||||
{/* Version Information */}
|
{/* Version Information */}
|
||||||
<div className="pt-6 border-t border-border/50">
|
<div className="pt-6 border-t border-border/50">
|
||||||
<div className="flex items-center justify-between text-xs italic text-muted-foreground/60">
|
<div className="flex items-center justify-between text-xs italic text-muted-foreground/60">
|
||||||
<div className="flex items-center gap-2">
|
|
||||||
<span>Claude Code UI</span>
|
|
||||||
<a
|
<a
|
||||||
href={releaseInfo?.htmlUrl || 'https://github.com/siteboon/claudecodeui/releases'}
|
href={releaseInfo?.htmlUrl || 'https://github.com/siteboon/claudecodeui/releases'}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -429,7 +427,6 @@ function CredentialsSettings() {
|
|||||||
>
|
>
|
||||||
v{version}
|
v{version}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
|
||||||
{updateAvailable && latestVersion && (
|
{updateAvailable && latestVersion && (
|
||||||
<a
|
<a
|
||||||
href={releaseInfo?.htmlUrl || 'https://github.com/siteboon/claudecodeui/releases'}
|
href={releaseInfo?.htmlUrl || 'https://github.com/siteboon/claudecodeui/releases'}
|
||||||
|
|||||||
Reference in New Issue
Block a user