Skip to content

Commit

Permalink
correct mt value
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeChenJ committed Jan 14, 2025
1 parent 0f6445f commit 6aabe05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const Contributors = () => {
</InlineLink>
.
</Text>
<h2 className="my-8 text-2xl font-semibold leading-xs md:text-[2rem]">
<h2 className="mb-8 mt-12 text-2xl font-semibold leading-xs md:text-[2rem]">
{t("page-contributing-translation-program-contributors-thank-you")}
</h2>
<List className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-6">
Expand Down

0 comments on commit 6aabe05

Please sign in to comment.