We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 874b5cf + 670cf3b commit b1603b0Copy full SHA for b1603b0
1 file changed
app/(home)/components/UpcomingEvents.tsx
@@ -68,7 +68,11 @@ const UpcomingEvents = () => {
68
</div>
69
70
{/* See more Events Button */}
71
+<<<<<<< HEAD
72
<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
76
<Link href="/404">See More Events</Link>
77
</Button>
78
</Container>
0 commit comments