Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed May 29, 2024
1 parent 824af65 commit 05fef50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/(marketing)/early-access/_forms/join.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const JoinEarlyAccessForm = () => {
onSubmit={form.handleSubmit(onSubmit)}
className="mt-6 flex max-w-[500px] flex-col gap-6"
>
<div className="flex flex-col md:flex-row w-full gap-6">
<div className="flex w-full flex-col gap-6 md:flex-row">
<div className="w-full space-y-2">
<FormField
control={form.control}
Expand Down
4 changes: 2 additions & 2 deletions src/app/(marketing)/early-access/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export const metadata: Metadata = constructMetadata({
export default function EarlyAccessPage() {
return (
<main className="flex flex-col items-center justify-center gap-6 py-12 md:py-16 lg:py-24">
<h1 className="max-w-[20ch] hidden sm:block text-balance bg-gradient-to-b from-foreground to-gray-foreground-muted bg-clip-text text-center text-5xl font-extrabold leading-none text-transparent md:text-6xl lg:text-7xl">
<h1 className="hidden max-w-[20ch] text-balance bg-gradient-to-b from-foreground to-gray-foreground-muted bg-clip-text text-center text-5xl font-extrabold leading-none text-transparent sm:block md:text-6xl lg:text-7xl">
Join us on our journey to improve student productivity
</h1>
<h1 className="block sm:hidden max-w-[20ch] text-balance bg-gradient-to-b from-foreground to-gray-foreground-muted bg-clip-text text-center text-5xl font-extrabold leading-none text-transparent md:text-6xl lg:text-7xl">
<h1 className="block max-w-[20ch] text-balance bg-gradient-to-b from-foreground to-gray-foreground-muted bg-clip-text text-center text-5xl font-extrabold leading-none text-transparent sm:hidden md:text-6xl lg:text-7xl">
Join us on our journey
</h1>
<p className="max-w-prose text-balance text-center text-lg text-foreground-muted [&>strong]:font-medium [&>strong]:text-foreground">
Expand Down

0 comments on commit 05fef50

Please sign in to comment.