Skip to content

Commit 84496f4

Browse files
committed
patch: text alignment
1 parent 78cf2ef commit 84496f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ const HomePage = ({
423423
>
424424
<AccordionTrigger className="flex border-t px-6 py-4 hover:bg-background-highlight">
425425
<div className="flex flex-col items-start gap-y-0.5">
426-
<p className="text-md font-bold text-body">
426+
<p className="text-start text-md font-bold text-body">
427427
{title}
428428
</p>
429429
<p className="text-start text-sm text-body-medium">

0 commit comments

Comments
 (0)