Skip to content

Commit

Permalink
clients/hero: fix pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Nov 7, 2024
1 parent b23a58b commit a6bbb5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion clients/apps/web/src/components/Landing/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ import Link from 'next/link'

export const Pricing = () => {
return (
<div className="dark:bg-polar-950 rounded-4xl flex w-full flex-col gap-y-12 bg-gray-50 p-8 md:p-16 dark:md:bg-[radial-gradient(400px_at_top,rgba(20,20,25,1)_0%,rgba(7,7,9,1)_100%)]">
<div
id="pricing"
className="dark:bg-polar-950 rounded-4xl flex w-full flex-col gap-y-12 bg-gray-50 p-8 md:p-16 dark:md:bg-[radial-gradient(400px_at_top,rgba(20,20,25,1)_0%,rgba(7,7,9,1)_100%)]"
>
<div className="flex flex-col items-center gap-y-6">
<span className="dark:text-polar-500 text-lg text-gray-400">
Early Member
Expand Down

0 comments on commit a6bbb5a

Please sign in to comment.