From 3d2e82e935501a61b96ac35bc71c2c541e41f924 Mon Sep 17 00:00:00 2001 From: rasguy92 Date: Thu, 9 Nov 2023 15:08:13 +0700 Subject: [PATCH] fixup! fixup! feat: add manual webkit support for safari --- src/components/LandingPageOwnTheYardSectionMobile/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/LandingPageOwnTheYardSectionMobile/index.tsx b/src/components/LandingPageOwnTheYardSectionMobile/index.tsx index 484d993..e69ca76 100644 --- a/src/components/LandingPageOwnTheYardSectionMobile/index.tsx +++ b/src/components/LandingPageOwnTheYardSectionMobile/index.tsx @@ -5,7 +5,7 @@ import { SectionHeaderTitle, SectionHeaderSubtitle } from "../../common/Section/types"; -import { FloatingOrbs } from '../../common/FloatingOrbs'; +import { HoveringOrbs } from '../../common/FloatingOrbs'; import { NormalText, LargeText, @@ -36,7 +36,7 @@ const LandingPageOwnTheYardSectionMobile = () => { {/* gradient banner */}
- +
Powered by Wega Protocol @@ -49,7 +49,7 @@ const LandingPageOwnTheYardSectionMobile = () => {
-
+
)