change logo on header and footer
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user