Fix: Fix build errors (#6)
Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
This commit is contained in:
@@ -5,7 +5,6 @@ import React from "react";
|
||||
import { Input } from "@/components/ui/input";
|
||||
import { Label } from "@/components/ui/label";
|
||||
import Image from "next/image";
|
||||
import medReportBigLogo from "@/assets/medReportBigLogo.png";
|
||||
import { SubmitButton } from "@/components/submit-button";
|
||||
import { yupResolver } from "@hookform/resolvers/yup";
|
||||
import { useForm } from "react-hook-form";
|
||||
@@ -84,7 +83,7 @@ export default function RegisterCompany() {
|
||||
</form>
|
||||
</div>
|
||||
<div className="w-1/2">
|
||||
<Image src={medReportBigLogo} alt="MedReport" priority />
|
||||
<Image src='/assets/med-report-logo-big.png' alt="MedReport" width={494} height={674} priority />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user