Skip to content

Commit

Permalink
fix: add link to card name
Browse files Browse the repository at this point in the history
  • Loading branch information
lorycade authored Oct 6, 2022
1 parent 99ac85f commit 21e8205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scuole-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ <h2>Notizie</h2>
<img src="assets/placeholders/img-avatar-250x250.png" alt="Immagine profilo">
</div><!-- /card-avatar-img -->
<div class="card-avatar-content">
<p class="font-weight-normal">da <strong class="text-underline"><u>Nome Cognome</u></strong></p>
<p class="font-weight-normal">da <a href="#" aria-label="vai alla pagina Nome Cognome"><strong class="text-underline"><u>Nome Cognome</u></strong></a></p>
<small>Professore</small>
</div><!-- /card-avatar-content -->
</div><!-- /card-comments-wrapper -->
Expand Down

0 comments on commit 21e8205

Please sign in to comment.