diff --git a/app/resume-builder/app/how-to-start/[template]/contact/components/contact-section.js b/app/resume-builder/app/how-to-start/[template]/contact/components/contact-section.js index dd43bfd..e41df3d 100644 --- a/app/resume-builder/app/how-to-start/[template]/contact/components/contact-section.js +++ b/app/resume-builder/app/how-to-start/[template]/contact/components/contact-section.js @@ -23,7 +23,7 @@ export default function ContactSection() { "File size exceeds the limit (5 MB)", "right" ); - return; + return;j } if (selectedFile) { uploadFile(selectedFile); diff --git a/components/application/home-components/home.js b/components/application/home-components/home.js index 0ad8225..4138107 100644 --- a/components/application/home-components/home.js +++ b/components/application/home-components/home.js @@ -10,7 +10,7 @@ import LevelUpJobHunt from "./level-up-job-hunt"; import Experts from "./experts"; import Faqs from "../faqs"; import ReadyToMakeResume from "./ready-to-make-resume"; -import Landing from "./Landing"; +import Landing from "./landing-section"; import GuestLayout from "../layouts/guest"; export default function ResumeBuilderPage() { diff --git a/components/application/home-components/landing.js b/components/application/home-components/landing-section.js similarity index 100% rename from components/application/home-components/landing.js rename to components/application/home-components/landing-section.js