diff --git a/frontend/src/app/assets/icons/BlockChainNew.tsx b/frontend/src/app/assets/icons/BlockChainNew.tsx index f1d60a8..9fda859 100644 --- a/frontend/src/app/assets/icons/BlockChainNew.tsx +++ b/frontend/src/app/assets/icons/BlockChainNew.tsx @@ -7,8 +7,8 @@ const BlockchainNew = ({ }) => { return ( { return ( ); -} +} \ No newline at end of file diff --git a/frontend/src/app/assets/icons/OpenInnovationNew.tsx b/frontend/src/app/assets/icons/OpenInnovationNew.tsx index 2b98629..18d8c14 100644 --- a/frontend/src/app/assets/icons/OpenInnovationNew.tsx +++ b/frontend/src/app/assets/icons/OpenInnovationNew.tsx @@ -7,8 +7,8 @@ const OpenInnovationNew = ({ }) => { return ( = ({ }: TracksBodyCardProps) => { return (
+
+
+ {svg} +
+
+

-

-
- {svg} -
-
-

- {title} -

- - {description} - -
-
- -
-

- WINNER GETS + {title}

- - Rs. 15,000 - -
-
+ + {description} + +
+
+
+

+ WINNER GETS +

+ + Rs. 15,000 + +
+ ); }; export default TracksBodyCard; diff --git a/frontend/src/app/sections/Tracks/TracksCard.tsx b/frontend/src/app/sections/Tracks/TracksCard.tsx index da41e0d..51dcd9e 100644 --- a/frontend/src/app/sections/Tracks/TracksCard.tsx +++ b/frontend/src/app/sections/Tracks/TracksCard.tsx @@ -23,7 +23,7 @@ const TracksCard = () => { { title: "Interactive Technology", svg: , - svgBody: , + svgBody: , headStyling: selectedTrack === "Interactive Technology" ? "bg-grape text-magnolia active" @@ -35,7 +35,7 @@ const TracksCard = () => { { title: "Data Science / Machine Learning", svg: , - svgBody: , + svgBody: , headStyling: selectedTrack === "Data Science / Machine Learning" ? "bg-purpures text-magnolia active" @@ -47,7 +47,7 @@ const TracksCard = () => { { title: "Blockchain", svg: , - svgBody: , + svgBody: , headStyling: selectedTrack === "Blockchain" ? "bg-magnolia text-dark-purple active" @@ -59,7 +59,7 @@ const TracksCard = () => { { title: "Open Innovation", svg: , - svgBody: , + svgBody: , headStyling: selectedTrack === "Open Innovation" ? "bg-secondary text-dark-purple active" @@ -69,9 +69,9 @@ const TracksCard = () => { "Transforming Challenges into Opportunities at DeerHack. Be part of the solution, forging a brighter future for all.", }, { - title: "Ed-Tech", + title: "Ed - Tech", svg: , - svgBody: , + svgBody: , headStyling: selectedTrack === "Ed-Tech" ? "gradient-bg text-magnolia active"