Show service status

This commit is contained in:
LittleSheep 2024-09-25 13:06:37 +08:00
parent d4c2746ca2
commit dbcc12156c

View File

@ -4,9 +4,11 @@
<nuxt-link to="/terms/privacy-policy" class="hover:underline">Privacy Policy</nuxt-link> <nuxt-link to="/terms/privacy-policy" class="hover:underline">Privacy Policy</nuxt-link>
<nuxt-link to="/terms/user-agreement" class="hover:underline">Term of Service</nuxt-link> <nuxt-link to="/terms/user-agreement" class="hover:underline">Term of Service</nuxt-link>
</div> </div>
<div class="flex footer-links flex-wrap">
<nuxt-link to="https://status.solsynth.dev" target="_blank" class="hover:underline">Status of Service</nuxt-link>
</div>
</div> </div>
</template> </template>
<style scoped> <style scoped>
.sidebar-footer { .sidebar-footer {
opacity: 0.3; opacity: 0.3;
@ -27,3 +29,5 @@
display: inline-block; display: inline-block;
} }
</style> </style>
<script setup lang="ts">
</script>