File tree Expand file tree Collapse file tree
apps/frontend/src/pages/[type] Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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()
11451145const notifications = injectNotificationManager ()
11461146const { addNotification } = notifications
11471147
1148- const legacyUrl = computed (() => ` https://legacy.modrinth.com${ route .fullPath } ` )
1148+ const legacyDonateUrl = computed (() => ` https://legacy.modrinth.com${ route .fullPath } ` )
11491149
11501150const auth = await useAuth ()
11511151const user = await useUser ()
You can’t perform that action at this time.
0 commit comments