From 7009fa155da3a5fb05b50ecb58faad2558da26a1 Mon Sep 17 00:00:00 2001 From: Johns Beharry Date: Mon, 21 Feb 2022 18:17:15 +0200 Subject: [PATCH 1/2] fix: change date of hackathon --- src/pages/ExplorePage/Header/Header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ExplorePage/Header/Header.tsx b/src/pages/ExplorePage/Header/Header.tsx index 86f08b5..1854ab5 100644 --- a/src/pages/ExplorePage/Header/Header.tsx +++ b/src/pages/ExplorePage/Header/Header.tsx @@ -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/", }, }, ]; From 6bbfab2ee3b19778cce6c790717cca95bb95c412 Mon Sep 17 00:00:00 2001 From: Johns Beharry Date: Mon, 21 Feb 2022 22:18:47 +0200 Subject: [PATCH 2/2] chore: add more details about where vote sats go --- src/pages/ProjectPage/Tip/TipCard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/ProjectPage/Tip/TipCard.tsx b/src/pages/ProjectPage/Tip/TipCard.tsx index a93255d..65b4af0 100644 --- a/src/pages/ProjectPage/Tip/TipCard.tsx +++ b/src/pages/ProjectPage/Tip/TipCard.tsx @@ -160,6 +160,7 @@ export default function TipCard({ onClose, direction, tipValue, ...props }: Prop )}

1 sat = 1 vote

+

Where do these sats go?
Claimed project votes go directly towards the maker's. Unclaimed project votes go towards BOLT.FUN's community pool.

{paymentStatus === PaymentStatus.FETCHING_PAYMENT_DETAILS &&

Please wait while we the fetch payment details.

} {paymentStatus === PaymentStatus.NOT_PAID &&

You did not confirm the payment. Please try again.

} {paymentStatus === PaymentStatus.PAID &&

The invoice was paid! Please wait while we confirm it.

}