Skip to content

Commit

Permalink
chore(docs): change based on usage - docs button should lead to all c…
Browse files Browse the repository at this point in the history
…omponents
  • Loading branch information
valorkin committed Aug 3, 2023
1 parent 5eaab37 commit 2df6e6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ <h1 data-cypress="sloganBs">Develop better. Faster.</h1>
</a>
</div>
<div class="button-box d-flex justify-content-between">
<a class="btn btn-primary text-white" (click)="scrollToSection()">Get started</a>
<a class="btn btn-outline-primary" routerLink="/documentation">Documentation</a>
<a class="btn btn-primary text-white" routerLink="/documentation">Get started</a>
<a class="btn btn-outline-primary" routerLink="/components">Documentation</a>
</div>
</div>
<div class="logo position-relative d-none d-lg-block">
Expand Down

0 comments on commit 2df6e6a

Please sign in to comment.