Skip to content

Commit

Permalink
fixup! fixup! feat: add manual webkit support for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
RasenGUY committed Nov 9, 2023
1 parent 65f49dd commit 3d2e82e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/LandingPageOwnTheYardSectionMobile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
SectionHeaderTitle,
SectionHeaderSubtitle
} from "../../common/Section/types";
import { FloatingOrbs } from '../../common/FloatingOrbs';
import { HoveringOrbs } from '../../common/FloatingOrbs';
import {
NormalText,
LargeText,
Expand Down Expand Up @@ -36,7 +36,7 @@ const LandingPageOwnTheYardSectionMobile = () => {
</div>
{/* gradient banner */}
<div tw="relative rounded-[25px] h-[217px] border-[2px] border-blanc z-[inherit]">
<FloatingOrbs tw="rounded-[inherit] p-[20px]">
<HoveringOrbs tw="rounded-[inherit] p-[20px]">
<div tw="relative w-full flex flex-col rounded-[inherit]">
<div tw="flex flex-col gap-y-[24px]">
<LargeText tw="text-left">Powered by Wega Protocol</LargeText>
Expand All @@ -49,7 +49,7 @@ const LandingPageOwnTheYardSectionMobile = () => {
</a>
</div>
</div>
</FloatingOrbs>
</HoveringOrbs>
</div>
</Section>
)
Expand Down

0 comments on commit 3d2e82e

Please sign in to comment.