Skip to content

Commit 4b53936

Browse files
committed
Add disclaimer footer
1 parent abeb0b8 commit 4b53936

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

components/FooterComp.vue

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<template>
22
<div class="w-full h-16 text-center text-xl">
3-
<span class=" font-light"><a href="https://github.com/UnityMultiplayer/Hotspot" class="hover:underline hover:brightness-125">Unity Hotspot</a> &nbsp;&nbsp;|&nbsp;&nbsp; A Unity Production</span>
3+
<div class="font-light py-2">
4+
<a href="https://github.com/UnityMultiplayer/Hotspot" class="hover:underline hover:brightness-125">Unity Hotspot</a> &nbsp;&nbsp;|&nbsp;&nbsp; A Unity Production
5+
</div>
46

5-
<div class="mx-auto flex py-4">
7+
<div class="mx-auto flex py-2">
68
<div class="flex mx-auto">
79
<a href="https://twitter.com/UnityProduct" class="hover:brightness-125" title="Twitter">
810
<img :src="`/img/icons/official/twitter.svg`" alt="Twitter" class="h-5 px-1">
@@ -18,5 +20,9 @@
1820
</a>
1921
</div>
2022
</div>
23+
24+
<div class="font-light text-sm py-2">
25+
Unity Multiplayer is not an official Minecraft service and is not affiliated, associated with, or approved by Mojang Studios or Microsoft.
26+
</div>
2127
</div>
2228
</template>

0 commit comments

Comments
 (0)