Copy fix and timeot change

This commit is contained in:
austinkelsay 2024-10-12 14:03:07 -05:00
parent a531798529
commit 6f41c24ebd
2 changed files with 3 additions and 3 deletions

View File

@ -90,11 +90,11 @@ const HeroBanner = () => {
</h1> </h1>
{isMobile ? ( {isMobile ? (
<h3 className="text-[#f8f8ff] mb-8 font-semibold"> <h3 className="text-[#f8f8ff] mb-8 font-semibold">
A one of a kind developer education and community platform built on Nostr and fully Lightning integrated. A one of a kind developer education, content, and community platform built on Nostr and fully Lightning integrated.
</h3> </h3>
) : ( ) : (
<h2 className="text-[#f8f8ff] mb-8 font-semibold max-w-[42%]"> <h2 className="text-[#f8f8ff] mb-8 font-semibold max-w-[42%]">
A one of a kind developer education and community platform built on Nostr and fully Lightning integrated. A one of a kind developer education, content, and community platform built on Nostr and fully Lightning integrated.
</h2> </h2>
)} )}
<div className="mb-8 flex flex-row"> <div className="mb-8 flex flex-row">

View File

@ -57,7 +57,7 @@ export function useZapsSubscription({ event }) {
// Set a 4-second timeout to stop loading state if no zaps are received // Set a 4-second timeout to stop loading state if no zaps are received
timeoutId = setTimeout(() => { timeoutId = setTimeout(() => {
setZapsLoading(false); setZapsLoading(false);
}, 4000); }, 3000);
} catch (error) { } catch (error) {
console.error("Error subscribing to zaps:", error); console.error("Error subscribing to zaps:", error);