mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
Copy fix and timeot change
This commit is contained in:
parent
a531798529
commit
6f41c24ebd
@ -90,11 +90,11 @@ const HeroBanner = () => {
|
||||
</h1>
|
||||
{isMobile ? (
|
||||
<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>
|
||||
) : (
|
||||
<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>
|
||||
)}
|
||||
<div className="mb-8 flex flex-row">
|
||||
|
@ -57,7 +57,7 @@ export function useZapsSubscription({ event }) {
|
||||
// Set a 4-second timeout to stop loading state if no zaps are received
|
||||
timeoutId = setTimeout(() => {
|
||||
setZapsLoading(false);
|
||||
}, 4000);
|
||||
}, 3000);
|
||||
|
||||
} catch (error) {
|
||||
console.error("Error subscribing to zaps:", error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user