Skip to content
Snippets Groups Projects
Commit 83f3670c authored by mathias.chouet's avatar mathias.chouet
Browse files

Update documentation URL in side menu for Electron compatibility

parent 39377a1d
No related branches found
No related tags found
No related merge requests found
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment