Skip to content

Commit

Permalink
revert: re-re-re-re-re-re-re-revert debug
Browse files Browse the repository at this point in the history
This reverts commit 63063b0.
  • Loading branch information
acid-chicken committed Apr 6, 2023
1 parent fb84ab6 commit 01d9669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/global/MkAd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div v-else :class="$style.menu">
<div :class="$style.menuContainer">
<div>Ads by {{ host }}</div>
<!--<MkButton class="button" primary>{{ i18n.ts._ad.like }}</MkButton>-->
<MkButton class="button" primary>{{ i18n.ts._ad.like }}</MkButton>
<MkButton v-if="chosen.ratio !== 0" :class="$style.menuButton" @click="reduceFrequency">{{ i18n.ts._ad.reduceFrequencyOfThisAd }}</MkButton>
<button class="_textButton" @click="toggleMenu">{{ i18n.ts._ad.back }}</button>
</div>
Expand Down

0 comments on commit 01d9669

Please sign in to comment.