Skip to content

Commit

Permalink
chore: add minecraft eula agreement
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <[email protected]>
  • Loading branch information
ferothefox committed Oct 18, 2024
1 parent 7cda3d0 commit ead2390
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ui/src/components/billing/PurchaseModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@
{{ selectedPlan }} plus applicable taxes starting today, until you cancel. Cancel anytime
from your settings page.
</p>
<p v-if="product.metadata.type === 'pyro'" class="m-0 mt-2 text-sm text-secondary">
You acknowledge that you have read and agree to the
<a class="underline" href="https://www.minecraft.net/en-us/eula"> Minecraft EULA </a>
</p>
</div>
<div class="input-group push-right pt-4">
<template v-if="purchaseModalStep === 0">
Expand Down

0 comments on commit ead2390

Please sign in to comment.