mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-05 12:04:14 +00:00
use semibold
This commit is contained in:
@@ -204,7 +204,7 @@ export default function InviteStatusCard({
|
||||
<div className="flex items-center justify-center min-h-screen">
|
||||
<Card className="w-full max-w-md">
|
||||
<CardHeader>
|
||||
<CardTitle className="text-center text-2xl font-bold">
|
||||
<CardTitle className="text-center text-2xl font-semibold">
|
||||
{loading ? t("checkingInvite") : t("inviteNotAccepted")}
|
||||
</CardTitle>
|
||||
</CardHeader>
|
||||
|
||||
Reference in New Issue
Block a user