fix typo: remove shit ads after upstream

This commit is contained in:
2025-10-19 21:08:02 +03:00
parent 4b86c4ee8a
commit 868fda1703

View File

@@ -865,16 +865,6 @@ provideAppUpdateDownloadProgress(appUpdateDownload) // [AR Note] If delete this
</div> </div>
</div> </div>
</div> </div>
<template v-if="showAd">
<a
href="https://modrinth.plus?app"
class="absolute bottom-[250px] w-full flex justify-center items-center gap-1 px-4 py-3 text-purple font-medium hover:underline z-10"
target="_blank"
>
<ArrowBigUpDashIcon class="text-2xl" /> Upgrade to Modrinth+
</a>
<PromotionWrapper />
</template>
</div> </div>
</div> </div>
<URLConfirmModal ref="urlModal" /> <URLConfirmModal ref="urlModal" />