Skip to content

Commit

Permalink
chore: 年号のタイトルスタイル修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Mar 5, 2024
1 parent 62aa50d commit f5040ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const Posts: FC = () => {
.reverse()
.map((res) => (
<>
<h2 class="text-2xl my-5 font-bold">{res.year}</h2>
<h3 class="text-xl my-5 font-bold">{res.year}</h3>
{res.posts.map(([id, module]) => {
return (
<li class="text-lg">
Expand Down

0 comments on commit f5040ad

Please sign in to comment.