feat(branding): update logo, adopt NixOS 26.05 and refresh authentic screenshots
CI & Build NaxOS Web Dashboard / build (push) Successful in 6m2s

This commit is contained in:
Lukas Holzner
2026-09-04 13:32:59 +02:00
parent 7ae0b3aad4
commit f55a2b41d0
15 changed files with 147 additions and 15 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ export const GitOpsView: React.FC<GitOpsViewProps> = ({
onChange={(e) => setSelectedChannel(e.target.value as any)}
className="bg-slate-950 border border-slate-800 rounded-lg px-2.5 py-1 text-slate-200 text-xs font-semibold focus:outline-none focus:border-emerald-500"
>
<option value="stable">Stable (24.11 Vicuna)</option>
<option value="stable">Stable (26.05)</option>
<option value="beta">Beta Channel</option>
<option value="nightly">Nightly Unstable</option>
</select>