Skip to content

Commit

Permalink
feat(learnings): add a back button on the last step
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Hermann committed Nov 14, 2024
1 parent 93c486f commit 535b4de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/learning/learning.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@
It’s time to hit the mountain and have fun! Be careful not to bump into
too many spectators along the way. :)
</div>
<button class="retro-button" routerLink="/">Back to home</button>
</ng-template>
4 changes: 4 additions & 0 deletions src/app/pages/learning/learning.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
flex: 1 1 auto;
flex-direction: column;
padding: 1rem;

.retro-button {
margin-top: 2rem;
}
}

0 comments on commit 535b4de

Please sign in to comment.