File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ export default async function Subscribed() {
2121 < div className = "grid border-y border-black/5 p-2 max-md:border-t-0 max-sm:justify-center max-sm:px-4 dark:border-white/10" >
2222 < Logo className = "h-7" />
2323 </ div >
24- < div className = "mt-4 border-y border-black/5 p-2 max-sm:px-4 dark:border-white/10" >
24+ < div className = "mt-2 border-y border-black/5 p-2 max-sm:px-4 dark:border-white/10" >
2525 < p className = "font-mono text-sm font-medium text-gray-700 uppercase max-sm:text-center dark:text-gray-400" >
2626 Tailwind CSS by Example
2727 </ p >
2828 < h1 className = "text-5xl tracking-tighter text-balance text-gray-900 max-sm:text-center lg:text-8xl dark:text-white" >
2929 You're in!
3030 </ h1 >
3131 </ div >
32- < div className = "mt-6 border-y border-black/5 p-2 max-md:border-b-0 max-sm:px-4 dark:border-white/10" >
32+ < div className = "mt-4 border-y border-black/5 p-2 max-md:border-b-0 max-sm:px-4 dark:border-white/10" >
3333 < p className = "max-w-xl text-lg/7 font-medium text-pretty text-gray-500 max-sm:text-center dark:text-gray-400" >
3434 We'll be in touch soon with more details on the course. Stay tuned for sneak peaks, free chapters and
3535 early access.
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ import { Signature } from "./signature";
2121
2222function SignUpForm ( ) {
2323 return (
24- // TODO: replace with real url
25- < form className = "relative" method = "POST" action = "https://app.kit.com/forms/7712177/subscriptions" >
24+ < form className = "relative" method = "POST" action = "https://app.kit.com/forms/8458453/subscriptions" >
2625 < input
2726 required
2827 type = "email"
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ export default async function Subscribed() {
2121 < div className = "grid border-y border-black/5 p-2 max-md:border-t-0 max-sm:justify-center max-sm:px-4 dark:border-white/10" >
2222 < Logo className = "h-7" />
2323 </ div >
24- < div className = "mt-4 border-y border-black/5 p-2 max-sm:px-4 dark:border-white/10" >
24+ < div className = "mt-2 border-y border-black/5 p-2 max-sm:px-4 dark:border-white/10" >
2525 < p className = "font-mono text-sm font-medium text-gray-700 uppercase max-sm:text-center dark:text-gray-400" >
2626 Tailwind CSS by Example
2727 </ p >
2828 < h1 className = "text-5xl tracking-tighter text-balance text-gray-900 max-sm:text-center lg:text-8xl dark:text-white" >
2929 Check your email.
3030 </ h1 >
3131 </ div >
32- < div className = "mt-6 border-y border-black/5 p-2 max-md:border-b-0 max-sm:px-4 dark:border-white/10" >
32+ < div className = "mt-4 border-y border-black/5 p-2 max-md:border-b-0 max-sm:px-4 dark:border-white/10" >
3333 < p className = "max-w-xl text-lg/7 font-medium text-pretty text-gray-500 max-sm:text-center dark:text-gray-400" >
3434 You should get a confirmation email any minute —{ " " }
3535 < strong className = "font-medium text-gray-900 dark:text-white" > open it up</ strong > and{ " " }
You can’t perform that action at this time.
0 commit comments