Newer
Older
<template>
<v-toolbar app color="light-blue">
<v-app-bar-nav-icon></v-app-bar-nav-icon>
<v-btn to="/" exact>
<v-icon>
<img src="../assets/logo.png" alt="BiTiA Logo" height="50" width="50" contain>
</v-icon>
</v-btn>
<v-toolbar-title class="subtitle-2 font-weight-medium">BiTiA</v-toolbar-title>
<v-spacer></v-spacer>
<v-btn text>Home</v-btn>
<v-btn text>Commands</v-btn>
<v-btn text>Documentation</v-btn>
<v-btn text>Support</v-btn>
</v-toolbar>
</template>