adding latest
This commit is contained in:
@@ -25,9 +25,11 @@
|
||||
<v-row>
|
||||
<v-col cols="2"></v-col>
|
||||
<v-col cols="4" class="d-flex justify-start">
|
||||
<v-toolbar-title class="appTitle">
|
||||
Savvy Firebase Tutorial
|
||||
</v-toolbar-title>
|
||||
<router-link :to="{ name: 'Home' }" class="routerLink">
|
||||
<v-toolbar-title class="font-weight-bold">
|
||||
Savvy Firebase Tutorial
|
||||
</v-toolbar-title>
|
||||
</router-link>
|
||||
</v-col>
|
||||
<v-col cols="4" class="d-flex justify-end align-self-center">
|
||||
<router-link :to="{ name: 'Login' }" class="routerLink">
|
||||
@@ -48,12 +50,12 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.appTitle {
|
||||
font-family: $gilroy-bold;
|
||||
}
|
||||
// .appTitle {
|
||||
// // font-family: $gilroy-bold;
|
||||
// }
|
||||
|
||||
.routerLink {
|
||||
text-decoration: none;
|
||||
color: $mainColor
|
||||
color: $mainColor;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user