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.
2 parents 109e6de + 4b90e92 commit 371df82Copy full SHA for 371df82
app/[locale]/_components/home.tsx
@@ -398,7 +398,7 @@ const HomePage = ({
398
<button
399
key={title}
400
className={cn(
401
- "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",
402
isModalOpen &&
403
idx === activeCode &&
404
"bg-background-highlight"
@@ -413,9 +413,7 @@ const HomePage = ({
413
}}
414
>
415
<p className="font-bold">{title}</p>
416
- <p className="text-start text-sm text-body-medium">
417
- {description}
418
- </p>
+ <p className="text-sm text-body-medium">{description}</p>
419
</button>
420
))}
421
{/* Mobile */}
0 commit comments