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:
@@ -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,
|
||||
},
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -8,7 +8,7 @@
|
||||
"name": "pulse-frontend",
|
||||
"version": "0.11.1-alpha",
|
||||
"dependencies": {
|
||||
"@ciphera-net/ui": "^0.0.66",
|
||||
"@ciphera-net/ui": "^0.0.68",
|
||||
"@ducanh2912/next-pwa": "^10.2.9",
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"@simplewebauthn/browser": "^13.2.2",
|
||||
@@ -1543,9 +1543,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ciphera-net/ui": {
|
||||
"version": "0.0.66",
|
||||
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.66/a70ac6be09bae9522063f0a741f711b189540dd4",
|
||||
"integrity": "sha512-Ui8ehDiOkceiojoM4UULXDE12QrZCWDQYyhylncw1+AyyfyA3mdBsJiwiRtiHiOqDHFuckuDEnFSLOMozwFIJg==",
|
||||
"version": "0.0.68",
|
||||
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.68/4c31bce4d7686b305680bfc5c86c78fc7ea9467d",
|
||||
"integrity": "sha512-QO9H4vhKAJFtH0DTMhEhI2Q3nedy7JUK4jFRV9ofZTRAF2JCrYx53eEIiGInQmaTD4bMR649EE6bpz8hLknqtw==",
|
||||
"dependencies": {
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"clsx": "^2.1.0",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ciphera-net/ui": "^0.0.66",
|
||||
"@ciphera-net/ui": "^0.0.68",
|
||||
"@ducanh2912/next-pwa": "^10.2.9",
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"@simplewebauthn/browser": "^13.2.2",
|
||||
|
||||
Reference in New Issue
Block a user