feat: add favicon, logo and Update the platform name (only available to the superuser) and company names

This commit is contained in:
2026-01-23 09:32:36 -03:00
parent fa8ca6cb61
commit 3ae67b23c9
15 changed files with 515 additions and 12 deletions
-2
View File
@@ -56,7 +56,6 @@ export function Navbar() {
</>
)}
{/*
<Link
href="/settings"
className="text-sm font-medium text-gray-400 hover:text-blue-400 transition-colors flex items-center gap-2"
@@ -64,7 +63,6 @@ export function Navbar() {
<Settings className="w-4 h-4" />
Settings
</Link>
*/}
</div>
<div className="h-6 w-px bg-white/10 mx-2" />