We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8e265 commit 4b90e92Copy full SHA for 4b90e92
app/[locale]/_components/home.tsx
@@ -382,7 +382,7 @@ const HomePage = ({
382
<button
383
key={title}
384
className={cn(
385
- "flex flex-col gap-y-0.5 border-t px-6 py-4 hover:bg-background-highlight max-md:hidden",
+ "flex flex-col gap-y-0.5 border-t px-6 py-4 text-start hover:bg-background-highlight max-md:hidden",
386
isModalOpen &&
387
idx === activeCode &&
388
"bg-background-highlight"
@@ -397,9 +397,7 @@ const HomePage = ({
397
}}
398
>
399
<p className="font-bold">{title}</p>
400
- <p className="text-start text-sm text-body-medium">
401
- {description}
402
- </p>
+ <p className="text-sm text-body-medium">{description}</p>
403
</button>
404
))}
405
{/* Mobile */}
0 commit comments