From b150c85ced42f0df61d61c24bfa3e4fadbbdd5e8 Mon Sep 17 00:00:00 2001 From: sid <35936587+siddharth-shringarpure@users.noreply.github.com> Date: Sun, 27 Oct 2024 07:31:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Incorporated=20more=20shadcn=20c?= =?UTF-8?q?omponents=20and=20improved=20colour=20branding.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/events/page.tsx | 31 ++++++++++++++------------ components/custom/EventDescription.tsx | 5 +++-- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/app/events/page.tsx b/app/events/page.tsx index 429bdc7..8324a90 100644 --- a/app/events/page.tsx +++ b/app/events/page.tsx @@ -7,6 +7,7 @@ import Footer from '../../components/custom/footer'; import { ethers } from 'ethers'; import { getContract } from '@/lib/ethers'; import { fetchEvents } from '@/lib/fetchEvents'; +import { Button } from '@/components/ui/button'; export const dynamic = 'force-dynamic'; @@ -148,6 +149,7 @@ const EventsPage: React.FC = () => { Your browser does not support the video tag.
+