Link to docs added

This commit is contained in:
piotrpekala7 2021-02-22 19:37:18 +01:00
parent baa344fbe5
commit e1b0e73916
2 changed files with 6 additions and 1 deletions

View File

@ -31,6 +31,11 @@
</mat-expansion-panel> </mat-expansion-panel>
</mat-accordion> </mat-accordion>
</div> </div>
<button mat-button class="full-width">
<a href="https://docs.gns3.com/docs/">
Go to documentation
</a>
</button>
<button mat-button routerLink="/help/reportissue" class="full-width"> <button mat-button routerLink="/help/reportissue" class="full-width">
Report an issue Report an issue
</button> </button>

View File

@ -1,4 +1,4 @@
.full-width { .full-width {
width: 100%; width: 50%;
margin-top: 20px; margin-top: 20px;
} }