Skip to content

Commit

Permalink
feat(): added link for nest v8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 committed Jun 5, 2022
1 parent 09dcdd4 commit 714424f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/homepage/header/versions/versions.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
<div class="dropdown-content" [@openCloseAnimation]="isOpen">
<a *ngIf="linkLatest != true" class="dropdown-item" href="#">Latest(v{{ versions }})</a>
<div class="dropdown-divider"></div>
<a href="https://docs.nestjs.com/v7/" target="_blank">7.x </a>
<a href="https://docs.nestjs.com/v8/" target="_blank">8.x</a>
<a href="https://docs.nestjs.com/v7/" target="_blank">7.x</a>
<a href="https://docs.nestjs.com/v6/" target="_blank">6.x</a>
<a href="https://docs.nestjs.com/v5/" target="_blank">5.x</a>
<a href="https://docs.nestjs.com/v4/" target="_blank">4.x</a>
Expand Down

0 comments on commit 714424f

Please sign in to comment.