Skip to content

Commit

Permalink
patch: text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed Sep 18, 2024
1 parent 78cf2ef commit 84496f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ const HomePage = ({
>
<AccordionTrigger className="flex border-t px-6 py-4 hover:bg-background-highlight">
<div className="flex flex-col items-start gap-y-0.5">
<p className="text-md font-bold text-body">
<p className="text-start text-md font-bold text-body">
{title}
</p>
<p className="text-start text-sm text-body-medium">
Expand Down

0 comments on commit 84496f4

Please sign in to comment.