LingTropy/lingtropy-client/src/renderer/screens/SecondScreen.vue
2025-03-17 22:45:41 +08:00

11 lines
318 B
Vue

<template>
<v-container>
<v-row no-gutters align="center" class="text-center">
<v-col cols="12">
<v-icon icon="mdi-emoticon-cool-outline" size="250" color="#009f57" />
</v-col>
<v-col cols="12" class="my-4">{{ $t('desc.second-desc') }}</v-col>
</v-row>
</v-container>
</template>