The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

change youtube to bell icon

Luna d5d14afe 501c1a9e

+2 -3
+2 -3
app/dashboard/[guildId]/layout.tsx
··· 6 6 import { redirect, useParams, usePathname } from "next/navigation"; 7 7 import { useCookies } from "next-client-cookies"; 8 8 import { Suspense, useEffect, useMemo, useState } from "react"; 9 - import { BiLogoYoutube } from "react-icons/bi"; 10 - import { HiArrowNarrowLeft, HiChartBar, HiCode, HiCursorClick, HiEye, HiHome, HiPaperAirplane, HiShare, HiStar, HiUserAdd, HiUsers, HiViewGridAdd } from "react-icons/hi"; 9 + import { HiArrowNarrowLeft, HiBell, HiChartBar, HiCode, HiCursorClick, HiEye, HiHome, HiPaperAirplane, HiShare, HiStar, HiUserAdd, HiUsers, HiViewGridAdd } from "react-icons/hi"; 11 10 import { useQuery } from "react-query"; 12 11 13 12 import { guildStore } from "@/common/guilds"; ··· 182 181 { 183 182 name: "Notifications", 184 183 value: "/notifications", 185 - icon: <BiLogoYoutube /> 184 + icon: <HiBell /> 186 185 }, 187 186 { 188 187 name: "Dailyposts",