Merge version_2 into main #5
@@ -22,7 +22,18 @@ export default function AdminPanel() {
|
||||
}
|
||||
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div className="min-h-screen flex bg-background">
|
||||
<aside className="w-64 border-r border-border p-6">
|
||||
<h2 className="text-xl font-bold mb-8">ASTHAM Admin</h2>
|
||||
|
||||
Reference in New Issue
Block a user