Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dkk3675 committed Jan 24, 2023
1 parent 0acc9c5 commit f4b10aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ const Contact = ({ modeDark }) => {
message: formDetails.message.trim(),
}),
})
.then(() => {
alert("Message Conveyed Successfully!!!");
})
.catch(err => console.log(err));
// window.location.reload(false);
alert("Message Conveyed Successfully!!!");
window.location.reload(false);
};
return(
<section id="contact" className="flex flex-wrap flex-col w-full font-quicksand font-semibold pt-20 pb-5">
Expand Down

0 comments on commit f4b10aa

Please sign in to comment.