Added href to logo and removed icons from mobile menu
All checks were successful
Build and Deploy Astro Landing / deploy (push) Successful in 1m39s
All checks were successful
Build and Deploy Astro Landing / deploy (push) Successful in 1m39s
This commit is contained in:
parent
bd75a75712
commit
cc155ccde4
2 changed files with 1 additions and 9 deletions
|
|
@ -20,7 +20,7 @@ const translatePath = useTranslatedPath(lang);
|
|||
<header>
|
||||
<div class="cont">
|
||||
<div class="logo">
|
||||
<Image src={Logo} alt="MID" />
|
||||
<a href="/"><Image src={Logo} alt="MID" /></a>
|
||||
</div>
|
||||
|
||||
<nav class="navigation">
|
||||
|
|
@ -89,15 +89,9 @@ const translatePath = useTranslatedPath(lang);
|
|||
</nav>
|
||||
|
||||
<div class="header-contacts">
|
||||
<a href="tel:+37126620770">
|
||||
<Image src={Phone} alt="phone" />
|
||||
</a>
|
||||
<a href="tel:+37126620770">+371 2662 0770</a>
|
||||
</div>
|
||||
<div class="header-contacts">
|
||||
<a href="mailto:info@midcreative.eu">
|
||||
<Image src={Email} alt="email" />
|
||||
</a>
|
||||
<a href="mailto:info@midcreative.eu">info@midcreative.eu</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
services:
|
||||
|
||||
Loading…
Reference in a new issue