Skip to content

Commit

Permalink
refactor: Redirection changes in Launchpad
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekNSanthosh committed Jun 2, 2024
1 parent 13cc3d3 commit 66f0fde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Pages/Launchpad/Launchpad.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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
7 changes: 3 additions & 4 deletions src/Pages/Launchpad/steps.css
Original file line number Diff line number Diff line change
Expand Up @@ -505,21 +505,20 @@ h2 {
}

.ktimeline__event__register_btn {
padding: 0.5rem 1rem;
padding: 1rem 0rem 0 0;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
justify-content: flex-start;
}

.ktimeline__event__register {
padding: 0.5rem 1rem;
background: #f6832a;
margin-top: 0.5rem;
/* margin-top: 0.5rem; */
border-radius: 8px;
color: #fff;
border: none;
outline: none;
align-self: flex-end;
cursor: pointer;
}

0 comments on commit 66f0fde

Please sign in to comment.