Fixes
This commit is contained in:
parent
f4b20d6c68
commit
5bb164f1c5
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ import CustomButton from "../custom-button/custom-button.component";
|
|||
|
||||
const newPost = async (data) => {
|
||||
return axios
|
||||
.post("htts://midcreative.eu/mail/", data, {
|
||||
.post("https://midcreative.eu/mail/", data, {
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ const MidFooter = () => {
|
|||
{t("menu.about_us")}
|
||||
</a>
|
||||
<a href="#projects" className="gray">
|
||||
{t("menu.projects")}
|
||||
{t("menu.portfolio")}
|
||||
</a>
|
||||
<a href="#contact-us" className="gray">
|
||||
{t("menu.contact_us")}
|
||||
|
|
|
|||
Loading…
Reference in a new issue