chore: update @ciphera-net/ui dependency to version 0.0.38; modify LayoutContent to include showSecurity prop

This commit is contained in:
Usman Baig
2026-01-31 22:52:20 +01:00
parent 472061113b
commit e17c95b940
3 changed files with 6 additions and 5 deletions

View File

@@ -60,6 +60,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode
LinkComponent={Link}
appName="Pulse"
showPricing={true}
showSecurity={false}
/>
</>
)