Skip to content

Commit 73aea61

Browse files
committed
fix centered labels
1 parent 446c419 commit 73aea61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/[locale]/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ const HomePage = ({
493493
<button
494494
key={title}
495495
className={cn(
496-
"flex flex-col gap-y-0.5 border-t px-6 py-4 hover:bg-background-highlight max-md:hidden",
496+
"flex flex-col gap-y-0.5 border-t px-6 py-4 text-start hover:bg-background-highlight max-md:hidden",
497497
isModalOpen &&
498498
idx === activeCode &&
499499
"bg-background-highlight"

0 commit comments

Comments
 (0)