Display the app name as a subtitle
This commit is contained in:
parent
88c9b307f0
commit
e437516496
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const toMainView = () => {
|
|||
<template>
|
||||
<LayoutComponent>
|
||||
<h1 class="title is-1">About</h1>
|
||||
<h4 class="title is-4">Sub-Address KEy (SAKE) app</h4>
|
||||
<h4 class="subtitle is-4">Sub-Address KEy (SAKE) app</h4>
|
||||
<div class="block">
|
||||
<p>Version {{ version }}</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue