diff --git a/src/components/ArticlePage/ArticlePage.jsx b/src/components/ArticlePage/ArticlePage.jsx index f44c192..75532d8 100644 --- a/src/components/ArticlePage/ArticlePage.jsx +++ b/src/components/ArticlePage/ArticlePage.jsx @@ -137,7 +137,7 @@ const ArticlePage = () => { { { }} > diff --git a/src/components/BlogPost/BlogPost.jsx b/src/components/BlogPost/BlogPost.jsx index 127049b..c851742 100644 --- a/src/components/BlogPost/BlogPost.jsx +++ b/src/components/BlogPost/BlogPost.jsx @@ -150,7 +150,7 @@ const BlogPost = () => { { { }} > diff --git a/src/components/BuildPage/BuildBanner.jsx b/src/components/BuildPage/BuildBanner.jsx index c434803..270c6da 100644 --- a/src/components/BuildPage/BuildBanner.jsx +++ b/src/components/BuildPage/BuildBanner.jsx @@ -41,7 +41,7 @@ const BuildBanner = ({ data, isLoading }) => { { {day} { objectFit={"cover"} borderRadius={"10px"} objectPosition={"center"} - src={`${API_URL} /${card.content_image_large}`} + src={`${API_URL}/${card.content_image_large}`} /> {card?.tags?.slice(0, 2).map((tag, index) => ( diff --git a/src/components/Card/LearnCard.jsx b/src/components/Card/LearnCard.jsx index 78d8970..c2ce9fd 100644 --- a/src/components/Card/LearnCard.jsx +++ b/src/components/Card/LearnCard.jsx @@ -37,7 +37,7 @@ const LearnCard = ({ id, src, text, href }) => { > company-logo { }} > diff --git a/src/components/Community/CommunityBanner.jsx b/src/components/Community/CommunityBanner.jsx index c5d25a4..a87c3f0 100644 --- a/src/components/Community/CommunityBanner.jsx +++ b/src/components/Community/CommunityBanner.jsx @@ -40,7 +40,7 @@ const CommunityBanner = ({ onClick }) => { { description={item.description} designation={item.designation} name={item.member_name} - img={`${API_URL} /${item.profile_image}`} + img={`${API_URL}/${item.profile_image}`} link={item.linkedin} /> ))} diff --git a/src/components/EcoPage/EcoBanner.jsx b/src/components/EcoPage/EcoBanner.jsx index 9bb8719..0a69d9e 100644 --- a/src/components/EcoPage/EcoBanner.jsx +++ b/src/components/EcoPage/EcoBanner.jsx @@ -45,7 +45,7 @@ const EcoBanner = () => { { }} > {/* Content */} diff --git a/src/components/EventsPage/NewestEvents.jsx b/src/components/EventsPage/NewestEvents.jsx index b53a38e..a82c832 100644 --- a/src/components/EventsPage/NewestEvents.jsx +++ b/src/components/EventsPage/NewestEvents.jsx @@ -84,7 +84,7 @@ const NewestEvent = () => { > { { { }} > { marginBottom={"1rem"} > { { { }} > { > { > { }} > { >