chore: downgrade @ciphera-net/ui dependency to version 0.0.6 and update layout content for type compatibility
This commit is contained in:
@@ -17,7 +17,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode
|
||||
<span className="flex items-center">
|
||||
<span className="font-bold">Ciphera</span>
|
||||
<span className="font-light">Analytics</span>
|
||||
</span>
|
||||
</span> as any
|
||||
}
|
||||
/>
|
||||
<main className="flex-1 pt-24 pb-8">
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ciphera-net/ui": "^0.0.7",
|
||||
"@ciphera-net/ui": "^0.0.6",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"axios": "^1.13.2",
|
||||
"country-flag-icons": "^1.6.4",
|
||||
|
||||
Reference in New Issue
Block a user