Commit 83f3670c authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

Update documentation URL in side menu for Electron compatibility

Showing with 1 addition and 2 deletions
+1 -2
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<mat-icon>report_problem</mat-icon> <mat-icon>report_problem</mat-icon>
{{ uitextSidenavReportBug }} {{ uitextSidenavReportBug }}
</a> </a>
<a id="side-nav-help" target="_blank" href="assets/docs-fr/" (click)="sidenav.close()"> <a id="side-nav-help" target="_blank" href="assets/docs-fr/index.html" (click)="sidenav.close()">
<mat-icon>help</mat-icon> <mat-icon>help</mat-icon>
{{ uitextSidenavHelp }} {{ uitextSidenavHelp }}
</a> </a>
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
<mat-card class="welcome-card" *ngIf="nbOpenCalculators === 0"> <mat-card class="welcome-card" *ngIf="nbOpenCalculators === 0">
<mat-card-header> <mat-card-header>
<!-- <img mat-card-avatar src="https://s3.amazonaws.com/pix.iemoji.com/images/emoji/apple/ios-12/256/water-wave.png"> -->
<mat-card-title>{{ uitextWelcomeTitle }}</mat-card-title> <mat-card-title>{{ uitextWelcomeTitle }}</mat-card-title>
<mat-card-subtitle>{{ uitextWelcomeSubtitle }}</mat-card-subtitle> <mat-card-subtitle>{{ uitextWelcomeSubtitle }}</mat-card-subtitle>
</mat-card-header> </mat-card-header>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment