Remove icon for author

This commit is contained in:
Nicolò P 2024-11-20 11:13:40 +01:00
parent ad1aafa243
commit efd3d656f0

View File

@ -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>`;