link to /

feat/vaults
Tomáš Mládek 2021-02-21 12:32:00 +01:00
parent b0d6b34ecd
commit 3a8aa21692
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div id="app">
<header><h1>UpEnd</h1></header>
<header><h1><a href="/">UpEnd</a></h1></header>
<main>
<router-view/>
</main>
@ -54,6 +54,12 @@ header {
font-weight: normal;
margin: 0;
}
h1 a {
color: #2c3e50;
text-decoration: none;
font-weight: bold;
}
}
main {