Skip to content

Commit 55f0fc4

Browse files
committed
lint
1 parent 9c2b247 commit 55f0fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/components/landing/hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function Hero() {
2222
{/* Text Content */}
2323
<div className="order-2 flex flex-col items-center gap-8 text-center lg:order-1 lg:items-start lg:gap-10 lg:text-left">
2424
<div className="fade-in slide-in-from-bottom-4 animate-in self-center duration-700 lg:self-start">
25-
<div className="group inline-flex cursor-default items-center rounded-full border border-border/50 bg-background/60 px-4 py-1.5 font-medium text-muted-foreground text-xs shadow-sm backdrop-blur-md hover:bg-background/80 hover:text-foreground">
25+
<div className="group inline-flex cursor-default items-center rounded-full border border-border/50 bg-background/60 px-4 py-1.5 font-medium text-muted-foreground text-xs shadow-sm backdrop-blur-md hover:bg-background/80 hover:text-foreground">
2626
<span className="mr-1.5 opacity-70">Rejected by</span>
2727
<YCLogo className="mr-1.5 inline-block h-3.5 w-3.5 align-[-2px] grayscale transition-all group-hover:grayscale-0" />
2828
<span className="font-semibold tracking-tight">Combinator</span>
@@ -76,7 +76,7 @@ export default function Hero() {
7676
<div className="mx-auto w-full border-t bg-secondary/30 px-4 py-4 sm:px-6 lg:px-8">
7777
<div className="flex justify-center">
7878
<a
79-
className="text-muted-foreground text-sm underline underline-offset-4 hover:text-foreground"
79+
className="text-muted-foreground text-sm underline underline-offset-4 hover:text-foreground"
8080
href={CHATGPT_PROMPT_URL}
8181
rel="noopener noreferrer"
8282
target="_blank"

0 commit comments

Comments
 (0)