diff --git a/packages/client/src/components/layout/AppSidebar.vue b/packages/client/src/components/layout/AppSidebar.vue index b5e6797..f48c61b 100644 --- a/packages/client/src/components/layout/AppSidebar.vue +++ b/packages/client/src/components/layout/AppSidebar.vue @@ -278,10 +278,15 @@ function openChangelog() {
- - - - Hermes Web UI v{{ appStore.serverVersion || "0.1.0" }} + + Web UI v{{ appStore.serverVersion || "0.1.0" }}
@@ -521,7 +526,14 @@ function openChangelog() { gap: 8px; } -.github-link { +.version-links { + display: flex; + align-items: center; + gap: 8px; +} + +.github-link, +.website-link { color: $text-muted; display: flex; align-items: center; @@ -538,6 +550,8 @@ function openChangelog() { } .version-text { + flex: 1; + white-space: nowrap; cursor: pointer; transition: color 0.2s; @@ -661,7 +675,7 @@ function openChangelog() { } .version-text, - .github-link { + .version-links { display: none; }