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
|
@ -1,5 +1,5 @@
|
|||
@if ($paginator->hasPages())
|
||||
<nav role="navigation" class="pagination">
|
||||
<nav class="pagination">
|
||||
<div>
|
||||
@if ($paginator->onFirstPage())
|
||||
<span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue