Revert "give beenz"

This reverts commit c52abece44.
This commit is contained in:
Prospector
2026-04-02 12:40:39 -07:00
parent fa4711ff7b
commit 933fdba388

View File

@@ -866,8 +866,8 @@
<div class="normal-page__sidebar">
<div class="mb-4">
<OldButtonStyled>
<a :href="legacyUrl" class="!gap-3 !text-white">
<img src="/beenz.png" alt="beenz icon" class="h-5 w-auto" /> Give beenz
<a :href="legacyDonateUrl" class="!gap-3 !text-white">
<img src="/beenz.png" alt="beenz icon" class="h-5 w-auto" /> Donate with beenz
</a>
</OldButtonStyled>
</div>
@@ -1145,7 +1145,7 @@ const moderationStore = useModerationStore()
const notifications = injectNotificationManager()
const { addNotification } = notifications
const legacyUrl = computed(() => `https://legacy.modrinth.com${route.fullPath}`)
const legacyDonateUrl = computed(() => `https://legacy.modrinth.com${route.fullPath}`)
const auth = await useAuth()
const user = await useUser()