Update Discord provider to use DiscordIcon instead of MessageCircle
cgen-773a651a9e43433dab5e5baa75d45fb8
This commit is contained in:
parent
1025346302
commit
539826ea97
1 changed files with 2 additions and 2 deletions
|
|
@ -151,8 +151,8 @@ const OAUTH_PROVIDERS: readonly ProviderDescriptor[] = [
|
|||
provider: "discord",
|
||||
name: "Discord",
|
||||
description: "Link your Discord account for community chat",
|
||||
Icon: MessageCircle,
|
||||
gradient: "from-indigo-500 to-purple-600",
|
||||
Icon: DiscordIcon,
|
||||
gradient: "from-indigo-600 to-purple-600",
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue