Changed image component
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-09-04 10:28:32 -07:00
parent 5860eede84
commit b62d811e11
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
import { sectionsData } from "data/routes";
import Image from "next/image";
import Link from "next/link";
import React, { useState } from "react";
@ -21,7 +20,7 @@ export function Header() {
}}
className={styles.menuIcon}
>
<Image src="/images/menuIcon.svg" width="50" height="50" />
<img src="/images/menuIcon.svg" width="50" height="50" />
</button>
</div>
@ -37,7 +36,7 @@ export function Header() {
setIsShowingMenu(false);
}}
>
<Image
<img
className={styles.arrowIcon}
src="/images/rightArrow.svg"
width="50"