mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
Copy fix and timeot change
This commit is contained in:
parent
a531798529
commit
6f41c24ebd
@ -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">
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user