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.

fix leaderboard side component

Luna 386571c7 92dd13b9

+6 -3
+6 -3
app/leaderboard/[guildId]/side.component.tsx
··· 11 11 import { webStore } from "@/common/webstore"; 12 12 import Ad from "@/components/ad"; 13 13 import { CopyToClipboardButton } from "@/components/copy-to-clipboard"; 14 - import ErrorBanner from "@/components/Error"; 15 14 import Modal from "@/components/modal"; 15 + import Notice, { NoticeType } from "@/components/notice"; 16 16 import { ApiV1GuildsGetResponse, ApiV1GuildsModulesLeaderboardGetResponse, ApiV1GuildsTopmembersPaginationGetResponse } from "@/typings"; 17 17 import { getCanonicalUrl } from "@/utils/urls"; 18 18 ··· 155 155 title="Invite privacy" 156 156 classNames={{ content: "mb-2" }} 157 157 > 158 - The invite on this sidebar is taken from the widget, if you want to remove the invite from this page, disable the widget in your discord server settings or remove <Code>Manage Guild</Code> permission from the bot. 158 + The invite on this sidebar is taken from the widget, if you want to remove the invite from this page, disable the widget in your discord server settings or remove <Code color="secondary">Manage Guild</Code> permission from the bot. 159 159 <br /> 160 160 <br /> 161 161 <strong>NOTE: </strong> It might take up to an hour for this page to update. ··· 184 184 router.refresh(); 185 185 }} 186 186 > 187 - <ErrorBanner message="Takes a few seconds to apply" type="info" removeButton /> 187 + <Notice 188 + type={NoticeType.Info} 189 + message="Takes a few seconds to apply" 190 + /> 188 191 Are you sure you want to delete the leaderboard? It will be gone forever, probably, who knows. 189 192 </Modal> 190 193