mirror of
https://github.com/chinchang/web-maker.git
synced 2025-10-18 23:16:09 +02:00
styling
This commit is contained in:
@@ -68,7 +68,7 @@ export function Profile({ user, logoutBtnHandler }) {
|
||||
}
|
||||
}, [user]);
|
||||
return (
|
||||
<VStack gap={2}>
|
||||
<VStack gap={4}>
|
||||
<Header user={user} logoutBtnHandler={logoutBtnHandler} />
|
||||
{window.user?.isPro && (
|
||||
<Panel>
|
||||
|
Reference in New Issue
Block a user