11<template >
2- <div class =" w-full h-16 text-center text-xl" >
3- <div class =" font-light text-center py-2" >
4- <a href =" https://github.com/UnityMultiplayer/Hotspot" class =" hover:underline hover:brightness-125" >Unity Hotspot</a >
5- <a >  ;  ; |  ;  ; </a >
6- <a >A Unity Production</a >
7- </div >
8-
9- <div class =" mx-auto flex py-2" >
10- <div class =" flex mx-auto" >
11- <a href =" https://twitter.com/unprodprojects" class =" hover:brightness-125" title =" Twitter" >
12- <img :src =" Twitter" alt =" Twitter" class =" h-5 px-1" >
13- </a >
14- <a href =" https://www.tiktok.com/@unitymultiplayer" class =" hover:brightness-125" title =" TikTok" >
15- <img :src =" TikTok" alt =" TikTok" class =" h-5 px-1" >
16- </a >
17- <a href =" https://bsky.app/profile/unitymulti.bsky.social" class =" hover:brightness-125" title =" BlueSky" >
18- <img :src =" BlueSky" alt =" BlueSky" class =" h-5 px-1" >
19- </a >
20- <a href =" https://discord.gg/ECGejX4WFA" class =" hover:brightness-125" title =" Discord" >
21- <img :src =" Discord" alt =" Discord" class =" h-5 px-1" >
22- </a >
23- <a href =" https://github.com/UnityMultiplayer" class =" hover:brightness-125" title =" GitHub" >
24- <img :src =" GitHub" alt =" GitHub" class =" h-5 px-1" >
25- </a >
26- </div >
27- </div >
2+ <div class =" w-full h-16 text-center text-xl" >
3+ <div class =" font-light text-center py-2" >
4+ <a href =" https://github.com/UnityMultiplayer/Hotspot" class =" hover:underline hover:brightness-125" >Unity Hotspot</a >
5+ <a >  ;  ; |  ;  ; </a >
6+ <a >A Unity Production</a >
7+ </div >
8+
9+ <div class =" mx-auto flex py-2" >
10+ <div class =" flex mx-auto" >
11+ <NuxtLink to =" https://twitter.com/unprodprojects" class =" hover:brightness-125" title =" Twitter" >
12+ <img :src =" Twitter" alt =" Twitter" class =" h-5 px-1" >
13+ </NuxtLink >
14+ <NuxtLink to =" https://www.tiktok.com/@unitymultiplayer" class =" hover:brightness-125" title =" TikTok" >
15+ <img :src =" TikTok" alt =" TikTok" class =" h-5 px-1" >
16+ </NuxtLink >
17+ <NuxtLink to =" https://bsky.app/profile/unitymulti.bsky.social" class =" hover:brightness-125" title =" BlueSky" >
18+ <img :src =" BlueSky" alt =" BlueSky" class =" h-5 px-1" >
19+ </NuxtLink >
20+ <NuxtLink to =" https://discord.gg/ECGejX4WFA" class =" hover:brightness-125" title =" Discord" >
21+ <img :src =" Discord" alt =" Discord" class =" h-5 px-1" >
22+ </NuxtLink >
23+ <NuxtLink to =" https://github.com/UnityMultiplayer" class =" hover:brightness-125" title =" GitHub" >
24+ <img :src =" GitHub" alt =" GitHub" class =" h-5 px-1" >
25+ </NuxtLink >
26+ <NuxtLink to =" https://status.devos.one/" class =" hover:brightness-125" title =" devOS Status" >
27+ <img style =" filter : invert (0.5 ) sepia (1 ) saturate (0 ) brightness (1.2 )" src =" https://raw.githubusercontent.com/upptime/upptime/master/assets/upptime-icon.svg" alt =" devOS Status" class =" h-5 px-1" >
28+ </NuxtLink >
29+ </div >
30+ </div >
2831
29- <div class =" font-light text-sm py-2" >
30- Unity Multiplayer is not an official Minecraft service and is not affiliated, associated with, or approved by Mojang Studios or Microsoft.
31- </div >
32+ <div class =" font-light text-sm py-2" >
33+ Unity Multiplayer is not an official Minecraft service and is not affiliated, associated with, or approved by Mojang Studios or Microsoft.
3234 </div >
35+ </div >
3336</template >
3437
3538<script setup lang="ts">
36- import Twitter from ' ~/public/img/icons/official/twitter.svg'
37- import TikTok from ' ~/public/img/icons/official/tiktok.svg'
38- import BlueSky from ' ~/public/img/icons/official/bluesky.svg'
39- import Discord from ' ~/public/img/icons/official/discord.svg'
40- import GitHub from ' ~/public/img/icons/official/github.svg'
39+ import Twitter from ' ~/public/img/icons/official/twitter.svg'
40+ import TikTok from ' ~/public/img/icons/official/tiktok.svg'
41+ import BlueSky from ' ~/public/img/icons/official/bluesky.svg'
42+ import Discord from ' ~/public/img/icons/official/discord.svg'
43+ import GitHub from ' ~/public/img/icons/official/github.svg'
4144 </script >
0 commit comments