mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-03 22:44:24 +01:00
merge: pull request #13 from peakshift/hotfix/correct-hackathon-date
fix: change date of hackathon
This commit is contained in:
@@ -12,11 +12,11 @@ const headerLinks = [
|
||||
},
|
||||
{
|
||||
title:
|
||||
"Join the next wave of the Lightning Network in November’s ‘Shock the Web’ hackathon",
|
||||
"Want to learn to build lightning applications? Join Shock the Web hackathon on March 22 - 28",
|
||||
img: Assets.Images_ExploreHeader2,
|
||||
link: {
|
||||
content: "Register Now",
|
||||
url: "https://airtable.com/shrJqeGYmGTMKsT1a",
|
||||
url: "https://bolt.fun/hackathons/shock-the-web/",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
@@ -160,6 +160,7 @@ export default function TipCard({ onClose, direction, tipValue, ...props }: Prop
|
||||
)}
|
||||
</div>
|
||||
<p className="text-body6 mt-12 text-gray-500">1 sat = 1 vote</p>
|
||||
<p className="text-body6 mt-12 text-gray-500"><strong>Where do these sats go?</strong> <br /> Claimed project votes go directly towards the maker's. Unclaimed project votes go towards BOLT.FUN's community pool.</p>
|
||||
{paymentStatus === PaymentStatus.FETCHING_PAYMENT_DETAILS && <p className="text-body6 mt-12 text-yellow-500">Please wait while we the fetch payment details.</p>}
|
||||
{paymentStatus === PaymentStatus.NOT_PAID && <p className="text-body6 mt-12 text-red-500">You did not confirm the payment. Please try again.</p>}
|
||||
{paymentStatus === PaymentStatus.PAID && <p className="text-body6 mt-12 text-green-500">The invoice was paid! Please wait while we confirm it.</p>}
|
||||
|
||||
Reference in New Issue
Block a user