Skip to content

Commit ead2390

Browse files
committed
chore: add minecraft eula agreement
Signed-off-by: Evan Song <theevansong@gmail.com>
1 parent 7cda3d0 commit ead2390

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/ui/src/components/billing/PurchaseModal.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@
293293
{{ selectedPlan }} plus applicable taxes starting today, until you cancel. Cancel anytime
294294
from your settings page.
295295
</p>
296+
<p v-if="product.metadata.type === 'pyro'" class="m-0 mt-2 text-sm text-secondary">
297+
You acknowledge that you have read and agree to the
298+
<a class="underline" href="https://www.minecraft.net/en-us/eula"> Minecraft EULA </a>
299+
</p>
296300
</div>
297301
<div class="input-group push-right pt-4">
298302
<template v-if="purchaseModalStep === 0">

0 commit comments

Comments
 (0)