diff --git a/client/components/settings/OAuthConnections.tsx b/client/components/settings/OAuthConnections.tsx index 10401fc4..9b945fe7 100644 --- a/client/components/settings/OAuthConnections.tsx +++ b/client/components/settings/OAuthConnections.tsx @@ -69,7 +69,10 @@ const OAuthConnections = memo(function OAuthConnections({ {statusCopy.linked} ) : ( - + {statusCopy.notLinked} ); @@ -79,7 +82,9 @@ const OAuthConnections = memo(function OAuthConnections({ key={provider} className={cn( "flex flex-col gap-4 rounded-xl border p-4 md:flex-row md:items-center md:justify-between", - linkedMeta ? "border-emerald-500/40 bg-emerald-500/5" : "border-border/50 bg-background/20", + linkedMeta + ? "border-emerald-500/40 bg-emerald-500/5" + : "border-border/50 bg-background/20", )} >
@@ -93,7 +98,9 @@ const OAuthConnections = memo(function OAuthConnections({
-

{name}

+

+ {name} +

{linkedBadge}

{description}

@@ -101,19 +108,25 @@ const OAuthConnections = memo(function OAuthConnections({
{linkedMeta.linkedAt && (
- Linked:{" "} + + Linked: + {" "} {formatTimestamp(linkedMeta.linkedAt)}
)} {linkedMeta.lastSignInAt && (
- Last sign-in:{" "} + + Last sign-in: + {" "} {formatTimestamp(linkedMeta.lastSignInAt)}
)} {linkedMeta.identityId && (
- Identity:{" "} + + Identity: + {" "} {linkedMeta.identityId}
)} @@ -130,7 +143,10 @@ const OAuthConnections = memo(function OAuthConnections({ onClick={() => onUnlink(provider)} > {isUnlinking ? ( -
@@ -229,9 +230,7 @@ const RealmSwitcher = memo(function RealmSwitcher({ {isActive ? "Realm active" : "Activate realm"}
@@ -244,7 +243,8 @@ const RealmSwitcher = memo(function RealmSwitcher({

Path difficulty

- Tune the experience level that unlocks curated resources and challenges matched to your expertise. + Tune the experience level that unlocks curated resources and + challenges matched to your expertise.