Skip to content

Commit b1603b0

Browse files
author
Jodi
committed
fix: UpcomingEvents button
2 parents 874b5cf + 670cf3b commit b1603b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/(home)/components/UpcomingEvents.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ const UpcomingEvents = () => {
6868
</div>
6969

7070
{/* See more Events Button */}
71+
<<<<<<< HEAD
7172
<Button className="bg-primary hover:bg-primary mx-auto max-w-[80%] lg:max-w-[80%] md:max-w-[80%] w-full md:py-2 xl:py-4 md:font-medium text-dark-green lg:py-4 lg:text-[15px] py-[4px] font-semibold text-[11px] xl:text-2xl xl:max-w-full">
73+
=======
74+
<Button className="bg-primary hover:bg-primary mx-auto max-w-[80%] lg:max-w-[80%] md:max-w-[80%] w-full md:py-4 xl:py-4 md:font-medium text-dark-green py-[6px] font-semibold text-sm xl:text-2xl xl:max-w-full">
75+
>>>>>>> 670cf3b51dd89756ac5a20bc5558d04c4a247d82
7276
<Link href="/404">See More Events</Link>
7377
</Button>
7478
</Container>

0 commit comments

Comments
 (0)