✨ Show service status
This commit is contained in:
parent
d4c2746ca2
commit
dbcc12156c
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user