From 5af442b01fc1c2e841e31ebbd5a8b2bf514c8ac8 Mon Sep 17 00:00:00 2001 From: Ashutosh Tripathi Date: Tue, 15 Oct 2024 19:23:50 +0530 Subject: [PATCH] change button --- app/hackathon/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/hackathon/page.tsx b/app/hackathon/page.tsx index f66dc5d..92d2491 100644 --- a/app/hackathon/page.tsx +++ b/app/hackathon/page.tsx @@ -3,6 +3,7 @@ import React, { useState, ReactNode } from "react"; import Link from 'next/link'; import { ArrowUpRight, Code, Link as Zap, Link2, Lightbulb, X, Book, Users, SquareTerminal } from 'lucide-react'; import PartnerTracks from './partners'; +import { buttonVariants } from '@/components/ui/button'; const Card = ({ children, className = "", onClick = () => {} }: { children: ReactNode; className?: string; onClick?: () => void }) => (
@@ -233,7 +234,7 @@ export default function HackathonPage() { return (
-
+

Summit LATAM Hackathon

@@ -242,9 +243,11 @@ export default function HackathonPage() { This hackathon aims to harness the potential of Avalanche's robust technology stack to address pressing issues and create scalable, practical solutions.

- - Ready to create a Submission for the Hackathon? Click here to share your project - +
+ + Click Here to Submit your Project + +