Commit baa1467 1 parent e279492 commit baa1467 Copy full SHA for baa1467
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
import BookingsComponent from ' ./BookingComponentv3.jsx'
3
3
---
4
- <div class =" h-[513px ] overflow-y-scroll" >
4
+ <div class =" h-[738px ] overflow-y-scroll" >
5
5
<BookingsComponent client:visible />
6
6
</div >
Original file line number Diff line number Diff line change @@ -52,13 +52,15 @@ import Announcement from "../components/Announcements";
52
52
<Bookings />
53
53
</CardBox >
54
54
55
+ <!--
55
56
<CardBox title="Donations" padding="4">
56
57
<p>
57
58
Your donations enable us to maintain our infrastructure, to continue providing the best possible services for our members and guests.
58
59
</p>
59
60
60
61
<CardButton href="/about/donations" text="Read more" color="snow"/>
61
62
</CardBox>
63
+ -->
62
64
63
65
<CardBox title =" Feedback" padding =" 4" minHeight =" 145" >
64
66
<p >
You can’t perform that action at this time.
0 commit comments