feature: sync

This commit is contained in:
Aleksei Tsybin 2022-02-24 20:29:44 +03:00
parent 072fc4cf31
commit 0cc01e8149
3 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -2,7 +2,7 @@
<b-navbar transparent shadow active> <b-navbar transparent shadow active>
<template #brand> <template #brand>
<b-navbar-item tag="router-link" :to="{ name: 'home' }" class="p-0"> <b-navbar-item tag="router-link" :to="{ name: 'home' }" class="p-0">
<img src="../assets/dog.png" alt="psina" width="50" height="50" /> <img src="../assets/dog.png" alt="psina" />
</b-navbar-item> </b-navbar-item>
</template> </template>
<template #start> <template #start>

View File

@ -1,5 +1,7 @@
<template> <template>
<div class="container"></div> <div class="container">
<h1>LOGIN</h1>
</div>
</template> </template>
<script> <script>