Small validation fixes
- prevent repeated IDs in mastodon icon SVG - fix missing offset attribute in mastodon icon SVG - remove un-needed role on <nav> element - add empty alt attribute to some social icons
This commit is contained in:
parent
8dd8fe3eb4
commit
302d4e6fdb
4 changed files with 7 additions and 6 deletions
|
@ -4,12 +4,12 @@
|
|||
<img class="u-photo" alt="" src="{{ $contact->photo }}">
|
||||
@if ($contact->facebook)
|
||||
<a class="u-url" href="https://www.facebook.com/{{ $contact->facebook }}">
|
||||
<img class="social-icon" src="/assets/img/social-icons/facebook.svg"> Facebook
|
||||
<img class="social-icon" src="/assets/img/social-icons/facebook.svg" alt=""> Facebook
|
||||
</a>
|
||||
@endif
|
||||
@if ($contact->twitter)
|
||||
<a class="u-url" href="https://twitter.com/{{ $contact->twitter }}">
|
||||
<img class="social-icon" src="/assets/img/social-icons/twitter.svg"> {{ $contact->twitter }}
|
||||
<img class="social-icon" src="/assets/img/social-icons/twitter.svg" alt=""> {{ $contact->twitter }}
|
||||
</a>
|
||||
@endif
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue