Skip to content

Commit

Permalink
feat:Highlight文字居左对齐
Browse files Browse the repository at this point in the history
  • Loading branch information
PaloMiku committed Nov 3, 2024
1 parent 99dba72 commit 4e40f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ function Feedback(): React.ReactElement {
Mikuの鬆
</a>
<p className="text-sm text-fd-muted-foreground">
Mix Space ���档贡献者
Mix Space 档贡献者
</p>
</div>
</div>
Expand Down Expand Up @@ -450,7 +450,7 @@ function Highlight({
children: ReactNode;
}): React.ReactElement {
return (
<div className="border-l border-t px-6 py-12 group">
<div className="border-l border-t px-6 py-12 group text-left">
<div className="mb-4 flex flex-row items-center gap-2 text-fd-muted-foreground">
<Icon className="size-4 transition-transform duration-300 ease-in-out group-hover:scale-125 group-hover:text-primary" />
<h2 className="text-sm font-medium">{heading}</h2>
Expand Down

0 comments on commit 4e40f1a

Please sign in to comment.