diff --git a/bun.lockb b/bun.lockb index 263389b0..69ef0f39 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/web/components/custom/discordIcon.tsx b/web/components/custom/discordIcon.tsx new file mode 100644 index 00000000..9311a3e0 --- /dev/null +++ b/web/components/custom/discordIcon.tsx @@ -0,0 +1,23 @@ +export const DiscordIcon = () => ( + + + + + +) diff --git a/web/components/custom/sidebar/partial/profile-section.tsx b/web/components/custom/sidebar/partial/profile-section.tsx index 97ad4a7c..2f768c5d 100644 --- a/web/components/custom/sidebar/partial/profile-section.tsx +++ b/web/components/custom/sidebar/partial/profile-section.tsx @@ -1,4 +1,5 @@ import { LaIcon } from "@/components/custom/la-icon" +import { DiscordIcon } from "../../discordIcon" import { useState } from "react" import { SignInButton, useAuth, useUser } from "@clerk/nextjs" import { @@ -97,6 +98,16 @@ export const ProfileSection: React.FC = () => { + + +
+ + Discord +
+ +
+ + signOut()}>