Skip to content

Commit

Permalink
[fix] footer text font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyuni committed Jan 2, 2025
1 parent 2c0c96b commit 88dee0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Footer = () => {
</ul>

<div className="flex flex-col gap-3 lg:w-72">
<p>公式アカウント</p>
<p className="font-bold">公式アカウント</p>
<ul className="flex flex-col gap-2.5 pl-3">
<li>公式X</li>
<li>Blog</li>
Expand Down

0 comments on commit 88dee0d

Please sign in to comment.