Skip to content

Commit 933fdba

Browse files
committed
Revert "give beenz"
This reverts commit c52abec.
1 parent fa4711f commit 933fdba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/frontend/src/pages/[type]/[id].vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,8 @@
866866
<div class="normal-page__sidebar">
867867
<div class="mb-4">
868868
<OldButtonStyled>
869-
<a :href="legacyUrl" class="!gap-3 !text-white">
870-
<img src="/beenz.png" alt="beenz icon" class="h-5 w-auto" /> Give beenz
869+
<a :href="legacyDonateUrl" class="!gap-3 !text-white">
870+
<img src="/beenz.png" alt="beenz icon" class="h-5 w-auto" /> Donate with beenz
871871
</a>
872872
</OldButtonStyled>
873873
</div>
@@ -1145,7 +1145,7 @@ const moderationStore = useModerationStore()
11451145
const notifications = injectNotificationManager()
11461146
const { addNotification } = notifications
11471147
1148-
const legacyUrl = computed(() => `https://legacy.modrinth.com${route.fullPath}`)
1148+
const legacyDonateUrl = computed(() => `https://legacy.modrinth.com${route.fullPath}`)
11491149
11501150
const auth = await useAuth()
11511151
const user = await useUser()

0 commit comments

Comments
 (0)