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()