Skip to content

Commit ad93690

Browse files
committed
Clean the code
1 parent 83a2171 commit ad93690

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

-1.44 MB
Binary file not shown.

client/src/components/ui/eventCarousel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default function EventCarousel({ items }: EventCarouselProps) {
114114

115115
{!isEmpty && (
116116
<Link href="/events" className="font-jersey10">
117-
<Button>See More {`>`}</Button>
117+
<Button>See More</Button>
118118
</Link>
119119
)}
120120
</div>

client/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default function Landing() {
166166
title="So... How do I get involved?"
167167
text="The easiest way to get involved is to come along to one of our events!"
168168
/>
169-
</div>1
169+
</div>
170170
</section> */}
171171

172172
<section className="relative w-full overflow-hidden bg-dark_3 px-6 py-20 lg:px-12">

0 commit comments

Comments
 (0)