diff --git a/src/components/common/user/UserBadges.tsx b/src/components/common/user/UserBadges.tsx
index d2a6f3ff..896cf85a 100644
--- a/src/components/common/user/UserBadges.tsx
+++ b/src/components/common/user/UserBadges.tsx
@@ -119,7 +119,7 @@ export default function UserBadges({ badges, uid }: Props) {
}}
onClick={() => {
window.open(
- "https://insrt.uk/donate",
+ "https://wiki.revolt.chat/notes/project/financial-support/",
"_blank",
);
}}
diff --git a/src/pages/home/Home.tsx b/src/pages/home/Home.tsx
index 1d6e6d2f..64a1216d 100644
--- a/src/pages/home/Home.tsx
+++ b/src/pages/home/Home.tsx
@@ -51,7 +51,7 @@ export default observer(() => {
state.settings.set("appearance:seasonal", !seasonalTheme);
const isDecember = !isTouchscreenDevice && new Date().getMonth() === 11;
- const isOctober = !isTouchscreenDevice && new Date().getMonth() === 9
+ const isOctober = !isTouchscreenDevice && new Date().getMonth() === 9;
const snowflakes = useMemo(() => {
const flakes: string[] = [];
@@ -175,7 +175,7 @@ export default observer(() => {
{