tangled
alpha
login
or
join now
shi.gg
/
mellow-web
4
fork
atom
The weeb for the next gen discord boat - Wamellow
wamellow.com
bot
discord
4
fork
atom
overview
issues
pulls
pipelines
fix typo
shi.gg
1 year ago
0bf5963e
26c656bf
verified
This commit was signed with the committer's
known signature
.
shi.gg
SSH Key Fingerprint:
SHA256:4JreSzHjG+M8c3jYKvZRmuzCqt5pfWey2tlyOj/AGIY=
+2
-2
2 changed files
expand all
collapse all
unified
split
app
dashboard
[guildId]
dailyposts
page.tsx
components
footer.tsx
+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
182
-
dataName="runetimeHours"
182
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
3
-
import { HTMLProps, Suspense } from "react";
3
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";