Beta #30

Merged
didirus merged 990 commits from beta into release 2026-06-20 05:06:18 +00:00
Showing only changes of commit c52abece44 - Show all commits
+3 -3
View File
@@ -866,8 +866,8 @@
<div class="normal-page__sidebar">
<div class="mb-4">
<OldButtonStyled>
<a :href="legacyDonateUrl" class="!gap-3 !text-white">
<img src="/beenz.png" alt="beenz icon" class="h-5 w-auto" /> Donate with beenz
<a :href="legacyUrl" class="!gap-3 !text-white">
<img src="/beenz.png" alt="beenz icon" class="h-5 w-auto" /> Give beenz
</a>
</OldButtonStyled>
</div>
@@ -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()