1
0
forked from noxious/client

Moved clock pos.

This commit is contained in:
Dennis Postma 2024-11-05 22:02:46 +01:00
parent 7c5602f204
commit 63146106c0

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="absolute top-4 right-4 hidden lg:block"> <div class="absolute top-0 right-4 hidden lg:block">
<p class="text-white text-lg">{{ gameStore.world.date.toLocaleString() }}</p> <p class="text-white text-lg">{{ gameStore.world.date.toLocaleString() }}</p>
</div> </div>
</template> </template>