add logo in assets and remove old logo(vue logo)

This commit is contained in:
Kostya
2023-11-12 22:20:06 +03:00
parent 075ff9a568
commit 1c7a755932
3 changed files with 35 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -1,5 +1,9 @@
<template> <template>
<header class="header">
<div class="header__content">
<div class="header__logo"></div>
</div>
</header>
</template> </template>
<script> <script>