Skip to content

Commit

Permalink
update NEAR perk description
Browse files Browse the repository at this point in the history
  • Loading branch information
juancwu committed May 17, 2024
1 parent 9607c39 commit 6ef0eac
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/data/perks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
Expand Down

0 comments on commit 6ef0eac

Please sign in to comment.