Skip to content

Commit baa1467

Browse files
committed
removed donation card on front page
on request from director
1 parent e279492 commit baa1467

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/Bookings.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import BookingsComponent from './BookingComponentv3.jsx'
33
---
4-
<div class="h-[513px] overflow-y-scroll">
4+
<div class="h-[738px] overflow-y-scroll">
55
<BookingsComponent client:visible/>
66
</div>

src/pages/index.astro

+2
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,15 @@ import Announcement from "../components/Announcements";
5252
<Bookings />
5353
</CardBox>
5454

55+
<!--
5556
<CardBox title="Donations" padding="4">
5657
<p>
5758
Your donations enable us to maintain our infrastructure, to continue providing the best possible services for our members and guests.
5859
</p>
5960
6061
<CardButton href="/about/donations" text="Read more" color="snow"/>
6162
</CardBox>
63+
-->
6264

6365
<CardBox title="Feedback" padding="4" minHeight="145">
6466
<p>

0 commit comments

Comments
 (0)