diff --git a/frontend/src/assets/timelinePointCompleted.svg b/frontend/src/assets/timelinePointCompleted.svg index 0f7f6ff..01f9544 100644 --- a/frontend/src/assets/timelinePointCompleted.svg +++ b/frontend/src/assets/timelinePointCompleted.svg @@ -1,4 +1,11 @@ - - - + + + + + + + + + + diff --git a/frontend/src/assets/timelinePointInProgress.svg b/frontend/src/assets/timelinePointInProgress.svg index e3de0d9..a6211da 100644 --- a/frontend/src/assets/timelinePointInProgress.svg +++ b/frontend/src/assets/timelinePointInProgress.svg @@ -1,4 +1,11 @@ - - - + + + + + + + + + + diff --git a/frontend/src/assets/timelinePointUncompleted.svg b/frontend/src/assets/timelinePointUncompleted.svg index e3c062b..b17c421 100644 --- a/frontend/src/assets/timelinePointUncompleted.svg +++ b/frontend/src/assets/timelinePointUncompleted.svg @@ -1,3 +1,3 @@ - - + + diff --git a/frontend/src/components/NavBar.tsx b/frontend/src/components/NavBar.tsx index 453fc68..575b02a 100644 --- a/frontend/src/components/NavBar.tsx +++ b/frontend/src/components/NavBar.tsx @@ -3,7 +3,6 @@ import { NavLink } from "react-router-dom"; import cartIcon from "../assets/cart.svg"; import logo from "../assets/logo.svg"; -import searchIcon from "../assets/search.svg"; import { AuthContext } from "../contexts/AuthContext.tsx"; import styles from "./NavBar.module.css"; @@ -17,6 +16,7 @@ export function NavBar() { resources: "https://ccidc.org/", // resources nav item on ccidc.org does not have link address contactUs: "https://ccidc.org/contact-ccidc/", login: "https://ccidc.org/wp-login.php", + payment: "https://ccidc.org/product-category/idex/", }; const { isLoggedIn, logout } = useContext(AuthContext); @@ -65,14 +65,12 @@ export function NavBar() { {isLoggedIn && (
  • - shop + + shop +
  • )} -
  • - search -
  • -
  • {isLoggedIn ? (