gitea commit
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
{{ theme.global.current.value.dark ? 'mdi-weather-sunny' : 'mdi-weather-night' }}
|
||||
</v-icon>
|
||||
</v-btn>
|
||||
<!--
|
||||
<template>
|
||||
<v-container style="height: 300px" fluid>
|
||||
<v-row class="justify-center">
|
||||
@@ -38,6 +39,7 @@
|
||||
</v-row>
|
||||
</v-container>
|
||||
</template>
|
||||
-->
|
||||
<v-menu>
|
||||
<template v-slot:activator="{ props }">
|
||||
<v-btn icon v-bind="props">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-container class="flex items-center justify-center min-h-screen">
|
||||
<v-container class="flex items-center justify-center">
|
||||
<v-card class="pa-8">
|
||||
<v-card-title>System Use Notice</v-card-title>
|
||||
<v-card-text>
|
||||
|
||||
Reference in New Issue
Block a user