diff --git a/app/components/auth/sign-button.tsx b/app/components/auth/sign-button.tsx index 8de3d39..2ca0c91 100644 --- a/app/components/auth/sign-button.tsx +++ b/app/components/auth/sign-button.tsx @@ -40,7 +40,7 @@ export function SignButton() { )} {session.user.name} - diff --git a/app/components/profile/profile-card.tsx b/app/components/profile/profile-card.tsx index 13f24c7..1e64e14 100644 --- a/app/components/profile/profile-card.tsx +++ b/app/components/profile/profile-card.tsx @@ -34,7 +34,7 @@ export function ProfileCard({ user }: ProfileCardProps) {

{user.name}

-
+
已关联
diff --git a/app/components/profile/webhook-config.tsx b/app/components/profile/webhook-config.tsx index c52ddb8..0e47595 100644 --- a/app/components/profile/webhook-config.tsx +++ b/app/components/profile/webhook-config.tsx @@ -128,7 +128,7 @@ export function WebhookConfig() { type="url" required /> -