Skip to content

Commit

Permalink
C
Browse files Browse the repository at this point in the history
  • Loading branch information
promiseonuoha committed Sep 29, 2024
1 parent 2d1bf6b commit df285c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function ContactSection() {
"File size exceeds the limit (5 MB)",
"right"
);
return;
return;j
}
if (selectedFile) {
uploadFile(selectedFile);
Expand Down
2 changes: 1 addition & 1 deletion components/application/home-components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit df285c6

Please sign in to comment.