diff --git a/app/layout-content.tsx b/app/layout-content.tsx index d26bb88..1956f0d 100644 --- a/app/layout-content.tsx +++ b/app/layout-content.tsx @@ -60,6 +60,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode LinkComponent={Link} appName="Pulse" showPricing={true} + showSecurity={false} /> ) diff --git a/package-lock.json b/package-lock.json index cc3302d..019b6b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "pulse-frontend", "version": "0.1.0", "dependencies": { - "@ciphera-net/ui": "^0.0.37", + "@ciphera-net/ui": "^0.0.38", "axios": "^1.13.2", "country-flag-icons": "^1.6.4", "d3-scale": "^4.0.2", @@ -269,9 +269,9 @@ } }, "node_modules/@ciphera-net/ui": { - "version": "0.0.37", - "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.37/b77e51ee8faddab0d75e9f114e7a055bb3f2e5c8", - "integrity": "sha512-8/EpoGUcbhdPtkuGQB1fIECP60LnSwPq/4EWWTyxNN/I9Ghp+2ajDVgWG+oYvMfl7XwqHoE1ccldZtAlBq4aEg==", + "version": "0.0.38", + "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.38/adcb1125bffdeedce04cc0b13dec6c675f9c1040", + "integrity": "sha512-I3SYbuCZv7Gd/voTQ7zeqxIUhgM8W7A2ThPdQ4LCH053wbv80i5JMPcgebntAGLWDlvewL/pEQkOtNkGrXOiGg==", "dependencies": { "@radix-ui/react-icons": "^1.3.0", "clsx": "^2.1.0", diff --git a/package.json b/package.json index 28c24e1..75eb3bc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@ciphera-net/ui": "^0.0.37", + "@ciphera-net/ui": "^0.0.38", "axios": "^1.13.2", "country-flag-icons": "^1.6.4", "d3-scale": "^4.0.2",