Skip to content

Commit

Permalink
Merge pull request #208 from techstudioconsults/refix
Browse files Browse the repository at this point in the history
fix: route fix
  • Loading branch information
koredeploy authored Apr 19, 2024
2 parents 325f654 + c19777c commit 77400f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/global/cards/introCard/IntroCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ const IntroCard = ({ course }) => {
return `/course/frontend`
case `cyber security`:
return `/course/cyber-security`
// case `instagram Marketing`:
// return `/course/instagram-marketing`
// the default here is meant to be /
default:
return `/`
return `/course/instagram-marketing`
}
}

Expand Down

0 comments on commit 77400f9

Please sign in to comment.