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.

add Discord Bot Directory

Luna 739ceacb ed6a69d5

+4 -4
+4 -4
components/footer.tsx
··· 1 1 import Image from "next/image"; 2 2 import Link from "next/link"; 3 3 import type { HTMLProps } from "react"; 4 - import { BiCopyright, BiLogoGithub, BiLogoGmail, BiLogoReddit, BiLogoTiktok, BiLogoYoutube } from "react-icons/bi"; 4 + import { BiCopyright, BiLogoGithub, BiLogoGmail, BiLogoReddit, BiLogoYoutube } from "react-icons/bi"; 5 5 import { BsDiscord } from "react-icons/bs"; 6 6 import { FaBluesky } from "react-icons/fa6"; 7 7 import { HiBookOpen, HiCloud, HiCube, HiHand, HiLibrary, HiUserAdd } from "react-icons/hi"; 8 - import { SiKofi } from "react-icons/si"; 8 + import { SiDiscord, SiKofi } from "react-icons/si"; 9 9 10 10 import TopggIcon from "@/components/icons/topgg"; 11 11 import { getUser } from "@/lib/discord/user"; ··· 90 90 function Socials() { 91 91 return ( 92 92 <div className="ml-auto svg-max flex flex-wrap items-center gap-2 mt-2 md:mt-0"> 93 - <Link href="https://tiktok.com/@wamellow.com" className="text-white/75 hover:text-white duration-200 size-6" aria-label="Wamellow on TikTok"> 94 - <BiLogoTiktok /> 93 + <Link href="https://discord.com/discovery/applications/1125449347451068437" className="text-white/75 hover:text-white duration-200 size-6" aria-label="Wamellow in the Discord Bot Directory"> 94 + <SiDiscord /> 95 95 </Link> 96 96 <Link href="https://youtube.com/@wamellow" className="text-white/75 hover:text-white duration-200 size-6" aria-label="Wamellow on YouTube"> 97 97 <BiLogoYoutube />