From 83f3670c4f447c2d66c05fec97cbcd3e73cde60b Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Mon, 15 Jul 2019 11:07:57 +0200
Subject: [PATCH] Update documentation URL in side menu for Electron
 compatibility

---
 src/app/app.component.html                                      | 2 +-
 .../components/calculator-list/calculator-list.component.html   | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/app/app.component.html b/src/app/app.component.html
index 4c520d3c7..6bdcbc2af 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -97,7 +97,7 @@
           <mat-icon>report_problem</mat-icon>
           {{ uitextSidenavReportBug }}
         </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>
           {{ uitextSidenavHelp }}
         </a>
diff --git a/src/app/components/calculator-list/calculator-list.component.html b/src/app/components/calculator-list/calculator-list.component.html
index 003d35dab..1f83baffb 100644
--- a/src/app/components/calculator-list/calculator-list.component.html
+++ b/src/app/components/calculator-list/calculator-list.component.html
@@ -3,7 +3,6 @@
     <mat-card class="welcome-card" *ngIf="nbOpenCalculators === 0">
 
         <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-subtitle>{{ uitextWelcomeSubtitle }}</mat-card-subtitle>
         </mat-card-header>
-- 
GitLab