From efd3d656f0d88acea0e36f66f4465651cdc8d7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= <nicolo.paraciani@cnr.it> Date: Wed, 20 Nov 2024 11:13:40 +0100 Subject: [PATCH] Remove icon for author --- webgis/js/components/NotConservedSheet.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/webgis/js/components/NotConservedSheet.js b/webgis/js/components/NotConservedSheet.js index 182df35..d54566f 100644 --- a/webgis/js/components/NotConservedSheet.js +++ b/webgis/js/components/NotConservedSheet.js @@ -42,9 +42,6 @@ export class NotConservedSheet { <strong>Bibliografia:</strong> ${this.biblio(this._data.bibliography)} </p> <p class="p-2"> - <span class="icon has-text-link"> - <i class="fa fa-map"></i> - </span> <strong>Autore scheda:</strong> ${this._data.author} </p> </div>`;