Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/[locale]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ const HomePage = ({
<button
key={title}
className={cn(
"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",
isModalOpen &&
idx === activeCode &&
"bg-background-highlight"
Expand Down