From 6ef0eac4f0b3a1ffab64af4c7af54e657ec2486b Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Fri, 17 May 2024 14:20:21 -0400 Subject: [PATCH] update NEAR perk description --- src/data/perks.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/data/perks.ts b/src/data/perks.ts index 9c35d489..d688764d 100644 --- a/src/data/perks.ts +++ b/src/data/perks.ts @@ -42,19 +42,17 @@ const perksData: { image: PerksNEAR, title: "NEAR", description: - "Providing 2 category podiums totalling to a $8,050 prize pool!", + "Providing 2 category podiums totalling to a $8,050 prize pool! Click below to see how to win.", link: null, alt: "NEAR", buttonTitle: null, actions: [ { - link: `${import.meta.env.VITE_BASE_URL}/NEAR_Track.pdf`, + link: "/NEAR_Track.pdf", title: "NEAR at HawkHacks", }, { - link: `${ - import.meta.env.VITE_BASE_URL - }/TENAMINTxGamingDao.pdf`, + link: "/TENAMINTxGamingDao.pdf", title: "TENAMINT x GamingDAO", }, ],