add client/admin pages, show info and created admin api and server actions
This commit is contained in:
@@ -26,7 +26,7 @@ export const CardWrapper = ({
|
||||
}: Props) => {
|
||||
return (
|
||||
<Card
|
||||
className="shadow-2xl max-w-[430px] w-full sm:min-w-[430px]">
|
||||
className={`shadow-2xl max-w-[430px] w-full sm:min-w-[430px]`}>
|
||||
<CardHeader>
|
||||
<Header label={headerLabel} title={headerTitle}/>
|
||||
</CardHeader>
|
||||
@@ -34,7 +34,7 @@ export const CardWrapper = ({
|
||||
{children}
|
||||
</CardContent>
|
||||
{showSocial && <CardFooter className="flex-wrap">
|
||||
<div className="relative flex-none w-[100%] mb-4" style={{ background: 'block' }}>
|
||||
<div className="relative flex-none w-[100%] mb-4">
|
||||
<div className="absolute inset-0 flex items-center">
|
||||
<span className="w-full border-t"></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user