Skip to content

Commit 6ef6abe

Browse files
committed
added button for events component
1 parent b913aa6 commit 6ef6abe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/src/components/Event/index.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ const Event = () => {
66
<h1 className="font-bold text-6xl">UPCOMING EVENTS</h1>
77
</div>
88
<div className="flex items-center">
9+
<div className="flex flex-col">
910
<p className="text-center text-3xl">
1011
We run a wide-variety of events for fun, learning new skills and careers. For full
1112
listings, check out the CSESoc Discord or our Facebook page!
1213
</p>
14+
<a href="events">
15+
<button className="mt-10 bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[100%] xl:h-12 h-10">
16+
See all events
17+
</button>
18+
</a>
19+
</div>
1320
<div className="bg-blue-500 w-4/5 h-96 ml-80">Placeholder</div>
1421
</div>
1522
</section>

0 commit comments

Comments
 (0)