change logo on header and footer

This commit is contained in:
mohadese-nm
2024-07-24 16:43:56 +04:30
parent 33b3ef06ab
commit 14b0313d43
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<template>
<div class="about-us">
<div>
<img src="/images/logo.svg" alt="logo" />
<img src="/images/anahitaLogo.png" alt="logo" />
<p>{{ $t("aboutUsDesc") }}</p>
</div>
<ul>
@@ -32,7 +32,7 @@ footer .about-us {
@apply flex flex-col gap-6;
img {
@apply w-60 h-10;
@apply w-60 h-14;
}
p {
+2 -2
View File
@@ -1,7 +1,7 @@
<template>
<header class="header-desktop">
<router-link to="/">
<img src="/images/logo.svg" alt="Asan Market" />
<img src="/images/anahitaLogo.png" alt="Asan Market" />
</router-link>
<AppDesktopHeaderNavigation />
<router-link v-if="!logged" :to="{ path: '/auth/login' }">
@@ -35,7 +35,7 @@ const overlay = (event, is) => {
@apply sticky top-0 z-10 xl:gap-4;
&>a>img {
@apply w-60 h-10;
@apply w-60 h-14;
}
&>a {
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB