From c52abece44cd0e6c69139efe7b5b64e003d76bba Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:03:26 -0700 Subject: [PATCH] give beenz --- apps/frontend/src/pages/[type]/[id].vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/frontend/src/pages/[type]/[id].vue b/apps/frontend/src/pages/[type]/[id].vue index 4a59a2cb6..007a61888 100644 --- a/apps/frontend/src/pages/[type]/[id].vue +++ b/apps/frontend/src/pages/[type]/[id].vue @@ -866,8 +866,8 @@
- - beenz icon Donate with beenz + + beenz icon Give beenz
@@ -1145,7 +1145,7 @@ const moderationStore = useModerationStore() const notifications = injectNotificationManager() const { addNotification } = notifications -const legacyDonateUrl = computed(() => `https://legacy.modrinth.com${route.fullPath}`) +const legacyUrl = computed(() => `https://legacy.modrinth.com${route.fullPath}`) const auth = await useAuth() const user = await useUser()