Skip to content

Commit

Permalink
remove links on features section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ase020 committed Nov 2, 2023
1 parent d542bb6 commit ac3fd54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/APP/pages/landingPage/sections/FeatureSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function FeatureSection() {
</p>
</div>
<Link
to="/resources"
to="/"
preventScrollReset={true}
className="mt-3 text-[#009975] inline-flex items-center font-semibold"
>
Expand Down Expand Up @@ -96,7 +96,7 @@ function FeatureSection() {
</div>

<Link
to="/blogs"
to="/"
preventScrollReset={true}
className="mt-3 text-[#009975] inline-flex items-center font-semibold"
>
Expand Down Expand Up @@ -146,7 +146,7 @@ function FeatureSection() {
</p>
</div>
<Link
to="/products"
to="/"
preventScrollReset={true}
className="mt-3 text-[#009975] inline-flex items-center font-semibold"
>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/AuthContext.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function AuthContextProvider({ children }) {
setAuth(null);
};

console.log("AUTHrityad", auth)
// console.log("AUTHrityad", auth)

return (
<AuthContext.Provider value={{ auth, setAuth, logout }}>
Expand Down

0 comments on commit ac3fd54

Please sign in to comment.