Skip to content

Commit

Permalink
VP contact number updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruler45 committed Dec 15, 2024
1 parent ba6557e commit 4877ab8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/shared/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const Footer = () => {
{" "}
<li>
<BsFillTelephoneFill className="f_icon" />
<span className="i-text">+91 9795888891</span>
<span className="i-text">+91 6388689290</span>
</li>
</a>
</ul>
Expand Down
12 changes: 6 additions & 6 deletions src/pages/Resources/Blogs/Blogindividual.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ const Blogindividual = () => {
setPublishing(false);
return;
}
const token = localStorage.getItem("token");
const config = {
headers: {
Authorization: `Bearer ${token}`,
},
};
try {
const token = localStorage.getItem("token");
const config = {
headers: {
Authorization: `Bearer ${token}`,
},
};
await axios
.post(`${import.meta.env.VITE_REACT_APP_APIMAIN}/publishblog/${id}`, config)
.then((res) => {
Expand Down

0 comments on commit 4877ab8

Please sign in to comment.