Skip to content

Commit 42ebde0

Browse files
committed
fix: founder buttons positioning
1 parent 94308ca commit 42ebde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/developers/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ const DevelopersPage = async ({
453453
<h2>{t("page-developers-founders-title")}</h2>
454454
<p>{t("page-developers-founders-desc")}</p>
455455
</div>
456-
<div className="flex flex-wrap gap-4">
456+
<div className="flex flex-wrap justify-center gap-4 text-center">
457457
<ButtonLink href="mailto:[email protected]?subject=Founder%20inquiry">
458458
{t("page-developers-get-in-touch")}
459459
</ButtonLink>

0 commit comments

Comments
 (0)