refactor: fix texts and code styles

pull/108/head
Kia Ishii 5 years ago
parent 284c16687e
commit 0eb54122df

@ -17,7 +17,7 @@
v-if="data.tagline !== null"
class="description"
>
{{ data.tagline || siteDescription || 'Welcome to your VuePress site' }}
{{ data.tagline || siteDescription || 'Welcome to your VitePress site' }}
</p>
<p
@ -216,5 +216,4 @@ export default defineComponent({
font-size: 1.25rem;
}
}
</style>
Loading…
Cancel
Save