Changed "Mojang" to "Minecraft" in EulaModalFeature.tsx
This commit is contained in:
parent
1473bf9b8c
commit
76958cc6e7
|
@ -62,7 +62,7 @@ const EulaModalFeature = () => {
|
||||||
:
|
:
|
||||||
<Modal visible onDismissed={() => setVisible(false)} closeOnBackground={false} showSpinnerOverlay={loading}>
|
<Modal visible onDismissed={() => setVisible(false)} closeOnBackground={false} showSpinnerOverlay={loading}>
|
||||||
<FlashMessageRender key={'feature:eula'} css={tw`mb-4`}/>
|
<FlashMessageRender key={'feature:eula'} css={tw`mb-4`}/>
|
||||||
<h2 css={tw`text-2xl mb-4 text-neutral-100`}>Accept Minecraft® EULA</h2>
|
<h2 css={tw`text-2xl mb-4 text-neutral-100`}>Accept Minecraft® EULA</h2>
|
||||||
<p css={tw`text-neutral-200`}>
|
<p css={tw`text-neutral-200`}>
|
||||||
By pressing {'"I Accept"'} below you are indicating your agreement to the
|
By pressing {'"I Accept"'} below you are indicating your agreement to the
|
||||||
<a
|
<a
|
||||||
|
@ -71,7 +71,7 @@ const EulaModalFeature = () => {
|
||||||
rel={'noreferrer noopener'}
|
rel={'noreferrer noopener'}
|
||||||
href="https://account.mojang.com/documents/minecraft_eula"
|
href="https://account.mojang.com/documents/minecraft_eula"
|
||||||
>
|
>
|
||||||
Mojang EULA
|
Minecraft® EULA
|
||||||
</a>.
|
</a>.
|
||||||
</p>
|
</p>
|
||||||
<div css={tw`mt-8 sm:flex items-center justify-end`}>
|
<div css={tw`mt-8 sm:flex items-center justify-end`}>
|
||||||
|
|
Loading…
Reference in New Issue