diff --git a/app/components/About.tsx b/app/components/About.tsx index 3a959cd..a8ba25d 100644 --- a/app/components/About.tsx +++ b/app/components/About.tsx @@ -86,7 +86,7 @@ const About = () => { >
{t("funFactTitle")}
+{t("funFactTitle")}
{isLoading ?{t("funFactBody")}
}{s.category}
+{s.category}
{s.title}
)) ) : ( -No snippets yet.
+No snippets yet.
)}+
“{allQuotes[quoteIndex].content}”
diff --git a/app/components/ClientProviders.tsx b/app/components/ClientProviders.tsx
index 06efe5a..93af8e9 100644
--- a/app/components/ClientProviders.tsx
+++ b/app/components/ClientProviders.tsx
@@ -14,6 +14,11 @@ const BackgroundBlobs = dynamic(() => import("@/components/BackgroundBlobs").cat
loading: () => null,
});
+const ShaderGradientBackground = dynamic(
+ () => import("./ShaderGradientBackground"),
+ { ssr: false, loading: () => null }
+);
+
export default function ClientProviders({
children,
}: {
@@ -100,6 +105,7 @@ function GatedProviders({
Connect
+Connect
Location
+Location