chore: update @ciphera-net/ui dependency to version 0.0.68 and update icon URLs in layout-content.tsx for improved asset management

This commit is contained in:
Usman Baig
2026-02-27 13:02:30 +01:00
parent 908b8c0900
commit f933c2fb71
3 changed files with 10 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ const CIPHERA_APPS: CipheraApp[] = [
id: 'pulse',
name: 'Pulse',
description: 'Your current app — Privacy-first analytics',
icon: '/pulse_icon_no_margins.png',
icon: 'https://ciphera.net/pulse_icon_no_margins.png',
href: 'https://pulse.ciphera.net',
isAvailable: false, // * Current app
},
@@ -30,15 +30,15 @@ const CIPHERA_APPS: CipheraApp[] = [
id: 'drop',
name: 'Drop',
description: 'Secure file sharing',
icon: '/drop_icon_no_margins.png',
icon: 'https://ciphera.net/drop_icon_no_margins.png',
href: 'https://drop.ciphera.net',
isAvailable: true,
},
{
id: 'auth',
name: 'Ciphera Account',
description: 'Manage your account settings',
icon: '/auth_icon_no_margins.png',
name: 'Auth',
description: 'Your Ciphera account settings',
icon: 'https://ciphera.net/auth_icon_no_margins.png',
href: 'https://auth.ciphera.net',
isAvailable: true,
},