added env files and favicon
This commit was merged in pull request #9.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import logo from '../assets/images/wrenchboard-logo-text.png';
|
||||
import getConfig from "../../Config/config"; // './../../Config/config'
|
||||
import Image from 'next/image';
|
||||
import Link from 'next/link'
|
||||
|
||||
|
||||
function Drawer({ drawer, action }) {
|
||||
@@ -32,7 +33,7 @@ function Drawer({ drawer, action }) {
|
||||
className="menu-item-has-children active"
|
||||
>
|
||||
|
||||
<a href="/">Home</a>
|
||||
<Link href="/">Home</Link>
|
||||
|
||||
</li>
|
||||
<li
|
||||
@@ -40,10 +41,10 @@ function Drawer({ drawer, action }) {
|
||||
id="service"
|
||||
className="menu-item-has-children active"
|
||||
>
|
||||
<a href="/service">Service</a>
|
||||
<Link href="/service">Service</Link>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/about-us">About Us</a>
|
||||
<Link href="/about-us">About Us</Link>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -53,7 +54,7 @@ function Drawer({ drawer, action }) {
|
||||
id="contact"
|
||||
className="menu-item-has-children active"
|
||||
>
|
||||
<a href="/contact">Contact</a>
|
||||
<Link href="/contact">Contact</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user