We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c9e49 commit 6ac4275Copy full SHA for 6ac4275
src/app/homepage/header/versions/versions.component.html
@@ -23,7 +23,8 @@
23
<div class="dropdown-content" [@openCloseAnimation]="isOpen">
24
<a *ngIf="linkLatest != true" class="dropdown-item" href="#">Latest(v{{ versions }})</a>
25
<div class="dropdown-divider"></div>
26
- <a href="https://docs.nestjs.com/v7/" target="_blank">7.x </a>
+ <a href="https://docs.nestjs.com/v8/" target="_blank">8.x</a>
27
+ <a href="https://docs.nestjs.com/v7/" target="_blank">7.x</a>
28
<a href="https://docs.nestjs.com/v6/" target="_blank">6.x</a>
29
<a href="https://docs.nestjs.com/v5/" target="_blank">5.x</a>
30
<a href="https://docs.nestjs.com/v4/" target="_blank">4.x</a>
0 commit comments