Skip to content

Commit a6d359e

Browse files
committed
Revert "beenz"
This reverts commit 35033cc.
1 parent ddd1a36 commit a6d359e

3 files changed

Lines changed: 1 addition & 351 deletions

File tree

apps/frontend/src/components/ui/OldButtonStyled.vue

Lines changed: 0 additions & 338 deletions
This file was deleted.

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -704,9 +704,7 @@
704704
</div>
705705

706706
<div v-else class="menu-text">
707-
<p class="popout-text">
708-
{{ formatMessage(messages.noCollectionsFound) }}
709-
</p>
707+
<p class="popout-text">{{ formatMessage(messages.noCollectionsFound) }}</p>
710708
</div>
711709
<button
712710
class="btn collection-button"
@@ -864,13 +862,6 @@
864862
</div>
865863

866864
<div class="normal-page__sidebar">
867-
<div class="mb-4">
868-
<OldButtonStyled>
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
871-
</a>
872-
</OldButtonStyled>
873-
</div>
874865
<ProjectSidebarServerInfo
875866
v-if="isServerProject && serverDataLoaded"
876867
:project-v3="projectV3"
@@ -1125,7 +1116,6 @@ import AutomaticAccordion from '~/components/ui/AutomaticAccordion.vue'
11251116
import CollectionCreateModal from '~/components/ui/create/CollectionCreateModal.vue'
11261117
import MessageBanner from '~/components/ui/MessageBanner.vue'
11271118
import ModerationChecklist from '~/components/ui/moderation/checklist/ModerationChecklist.vue'
1128-
import OldButtonStyled from '~/components/ui/OldButtonStyled.vue'
11291119
import ProjectMemberHeader from '~/components/ui/ProjectMemberHeader.vue'
11301120
import { saveFeatureFlags } from '~/composables/featureFlags.ts'
11311121
import { STALE_TIME, STALE_TIME_LONG } from '~/composables/queries/project'
@@ -1145,8 +1135,6 @@ const moderationStore = useModerationStore()
11451135
const notifications = injectNotificationManager()
11461136
const { addNotification } = notifications
11471137
1148-
const legacyDonateUrl = computed(() => `https://legacy.modrinth.com${route.fullPath}`)
1149-
11501138
const auth = await useAuth()
11511139
const user = await useUser()
11521140

apps/frontend/src/public/beenz.png

-52 KB
Binary file not shown.

0 commit comments

Comments
 (0)