diff --git a/app/layout-content.tsx b/app/layout-content.tsx index 8e5c48a..be8772c 100644 --- a/app/layout-content.tsx +++ b/app/layout-content.tsx @@ -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, }, diff --git a/package-lock.json b/package-lock.json index 7472ae8..fb9ac84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 1e42bc6..2f13cd1 100644 --- a/package.json +++ b/package.json @@ -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",