Skip to content

Commit 056a6e5

Browse files
authored
fix(docsWeb): change routerLink to link on app-button in header (#486)
1 parent 413b7b2 commit 056a6e5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ng-projects/scullyDocs/src/app/app.component.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<img src="/assets/scullyio-logo.svg" heigth="60px" width="120px" alt="scullyLogo" />
44
</a>
55
<nav>
6-
<app-button [text]="'GET STARTED'" [class]="''" [routerLink]="'/docs'"></app-button>
7-
<app-button [text]="'Features'" [class]="'btn-secondary'" [routerLink]="'/docs/features'"></app-button>
8-
<app-button [text]="'Learn'" [class]="'btn-secondary'" [routerLink]="'/docs/pre-requisites'"></app-button>
9-
<app-button [text]="'Docs'" [class]="'btn-secondary'" [routerLink]="'/docs/scully'"></app-button>
10-
<app-button [text]="'Showcase'" [class]="'btn-secondary'" [routerLink]="'/docs/showcase'"></app-button>
6+
<app-button [text]="'GET STARTED'" [class]="''" [link]="'/docs'"></app-button>
7+
<app-button [text]="'Features'" [class]="'btn-secondary'" [link]="'/docs/features'"></app-button>
8+
<app-button [text]="'Learn'" [class]="'btn-secondary'" [link]="'/docs/pre-requisites'"></app-button>
9+
<app-button [text]="'Docs'" [class]="'btn-secondary'" [link]="'/docs/scully'"></app-button>
10+
<app-button [text]="'Showcase'" [class]="'btn-secondary'" [link]="'/docs/showcase'"></app-button>
1111
<div class="github">
1212
<a href="https://github.com/scullyio/scully">
1313
<img

0 commit comments

Comments
 (0)