add client/admin pages, show info and created admin api and server actions

This commit is contained in:
2024-04-28 19:32:31 +03:00
parent db66161d81
commit d6b259d71c
33 changed files with 458 additions and 91 deletions

View File

@@ -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>