Skip to content

Commit

Permalink
fix(styles-link):pathway-enablers
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Oct 21, 2023
1 parent baa5770 commit 0cb1691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function EnablersHero() {
return (
<div className={styles.enablersHero}>
<div>
<p>Polish your <span>skills</span> through <br /> <span>‘µLearn’</span> to make <br /> students <span>industry ready</span> !</p>
<p>Polish your <span>skills</span> through <br /> <span>‘µLearn’</span> to make <br /> students <span>industry ready</span>!</p>
{/* <button>EXPLORE MULEARN FOR ENABLERS</button> */}
</div>
<img src={hero} alt="" />
Expand Down
4 changes: 2 additions & 2 deletions src/Pages/Pathway/components/Contact/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Contact() {
{link.l1 ? (
<li>
<a
href="https://mulearn.org/"
href="https://app.mulearn.org/learning-circle"
rel="noreferrer"
target="_blank"
>
Expand All @@ -40,7 +40,7 @@ export default function Contact() {
{link.l2 ? (
<li>
<a
href="https://app.mulearn.org/learning-circles"
href="https://learn.mulearn.org/"
rel="noreferrer"
target="_blank"
>
Expand Down

0 comments on commit 0cb1691

Please sign in to comment.