Skip to content

Commit

Permalink
Merge branch 'vite_newdev' into Toggler
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruler45 authored Jan 12, 2025
2 parents 37c089f + 4877ab8 commit 1113b69
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 1113b69

Please sign in to comment.