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

fix typo

shi.gg 0bf5963e 26c656bf

verified
+2 -2
+1 -1
app/dashboard/[guildId]/dailyposts/page.tsx
··· 179 179 className="lg:w-1/2 w-full" 180 180 name="Run at" 181 181 url={url + "/" + item.id} 182 - dataName="runetimeHours" 182 + dataName="runtimeHours" 183 183 items={hoursArray} 184 184 defaultState={ 185 185 item.runtimeHours
+1 -1
components/footer.tsx
··· 1 1 import Image from "next/image"; 2 2 import Link from "next/link"; 3 - import { HTMLProps, Suspense } from "react"; 3 + import { HTMLProps } from "react"; 4 4 import { BiCopyright, BiLogoGithub, BiLogoGmail, BiLogoTiktok, BiLogoTwitter, BiLogoYoutube } from "react-icons/bi"; 5 5 import { BsDiscord } from "react-icons/bs"; 6 6 import { HiBookOpen, HiCloud, HiCube, HiHand, HiLibrary, HiUserAdd } from "react-icons/hi";