feat(event): setting user status
This commit is contained in:
parent
6231d6cd45
commit
1cb2019298
6 changed files with 77 additions and 23 deletions
|
@ -22,7 +22,7 @@ export default function Home() {
|
|||
<div className='w-full sm:w-[90%]'>
|
||||
<Calendar
|
||||
userId={data?.data.user?.id}
|
||||
height='calc(100svh - 50px - (var(--spacing) * 2 * 5))'
|
||||
height='calc(100svh - 115px - (var(--spacing) * 2 * 5))'
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue