From 72313920cead02f5a769be7ad8f59d225fb04d5c Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Tue, 1 Apr 2025 10:18:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Update=20styles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/landing/src/components/home/hero.tsx | 10 +++++---- apps/web/src/app/[locale]/(admin)/sidebar.tsx | 2 +- apps/web/src/components/pay-wall-dialog.tsx | 22 +++++++++++++------ 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/apps/landing/src/components/home/hero.tsx b/apps/landing/src/components/home/hero.tsx index 3494622ef..d7ea86afd 100644 --- a/apps/landing/src/components/home/hero.tsx +++ b/apps/landing/src/components/home/hero.tsx @@ -88,9 +88,9 @@ export const MarketingHero = ({ - + @@ -98,7 +98,10 @@ export const MarketingHero = ({ i18nKey="home:quickCreateBlog" defaults="Introducing Quick Create" /> - @@ -122,7 +125,6 @@ export const MarketingHero = ({ "whitespace-nowrap text-center text-xs text-gray-600", handwritten.className, "decoration underline decoration-gray-300 decoration-2 underline-offset-8", - "skew-x-[-10deg]", )} > posthog?.capture("trigger paywall", { from: "sidebar" }) } diff --git a/apps/web/src/components/pay-wall-dialog.tsx b/apps/web/src/components/pay-wall-dialog.tsx index 63e72bc1d..cb401a83a 100644 --- a/apps/web/src/components/pay-wall-dialog.tsx +++ b/apps/web/src/components/pay-wall-dialog.tsx @@ -3,7 +3,13 @@ import { pricingData } from "@rallly/billing/pricing"; import { Badge } from "@rallly/ui/badge"; import type { DialogProps } from "@rallly/ui/dialog"; -import { Dialog, DialogContent, useDialog } from "@rallly/ui/dialog"; +import { + Dialog, + DialogContent, + DialogDescription, + DialogTitle, + useDialog, +} from "@rallly/ui/dialog"; import { RadioGroup, RadioGroupItem } from "@rallly/ui/radio-group"; import { CheckIcon, SparklesIcon } from "lucide-react"; import * as m from "motion/react-m"; @@ -56,16 +62,18 @@ export function PayWallDialog({ children, ...forwardedProps }: DialogProps) { -

+ -

-

+ + -

-
    + + +
    +
    • @@ -92,7 +100,7 @@ export function PayWallDialog({ children, ...forwardedProps }: DialogProps) { />
    - +