Skip to content

Commit

Permalink
Merge pull request #1566 from AbhishekNSanthosh/old-production
Browse files Browse the repository at this point in the history
refactor(launchpad): fixed issue in JOIN NOW button
  • Loading branch information
viraka authored Jun 9, 2024
2 parents fdc243c + 09a58fd commit bfb1174
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/Pages/Launchpad/Launchpad.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,16 @@ const Launchpad = () => {
future!
</div>
<div className="ktimeline__event__register_btn">
<button
href="https://forms.gle/C5e6XHhVGkV3axQS8"
<a
target="_blank"
rel="noopener noreferrer"
className="ktimeline__event__register"
href="https://forms.gle/C5e6XHhVGkV3axQS8"
className=""
>
Register now
</button>
<button className="ktimeline__event__register">
Register now
</button>
</a>
</div>
</div>
</div>
Expand All @@ -85,7 +87,7 @@ const Launchpad = () => {
<div className="ktimeline__event__content">
<div className="ktimeline__event__title">Step Two</div>
<div className="ktimeline__event__description">
Join the GTech µLearn Discord Server! Dive into the action {" "}
Join the GTech µLearn Discord Server! Dive into the action{" "}
<a
href="https://app.mulearn.org/register"
target="_blank"
Expand Down

0 comments on commit bfb1174

Please sign in to comment.