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"
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'
11251116import CollectionCreateModal from ' ~/components/ui/create/CollectionCreateModal.vue'
11261117import MessageBanner from ' ~/components/ui/MessageBanner.vue'
11271118import ModerationChecklist from ' ~/components/ui/moderation/checklist/ModerationChecklist.vue'
1128- import OldButtonStyled from ' ~/components/ui/OldButtonStyled.vue'
11291119import ProjectMemberHeader from ' ~/components/ui/ProjectMemberHeader.vue'
11301120import { saveFeatureFlags } from ' ~/composables/featureFlags.ts'
11311121import { STALE_TIME , STALE_TIME_LONG } from ' ~/composables/queries/project'
@@ -1145,8 +1135,6 @@ const moderationStore = useModerationStore()
11451135const notifications = injectNotificationManager ()
11461136const { addNotification } = notifications
11471137
1148- const legacyDonateUrl = computed (() => ` https://legacy.modrinth.com${ route .fullPath } ` )
1149-
11501138const auth = await useAuth ()
11511139const user = await useUser ()
11521140
0 commit comments