frankmarra / DLCM

0 stars 0 forks source link

Social links need text labels #81

Closed hexagoncircle closed 1 year ago

hexagoncircle commented 1 year ago

All links need to have some text associated with them. If you inspect these social link icons, you'll see that they only have svg icons.

Screenshot 2023-07-03 at 2 39 21 PM

You could add labels and hide them visually, for example:

<a href="#">
  <span class="visually-hidden">Visit profile on Bandcamp</span>
  <svg>...</svg>
</a>

Keep them short but descriptive:

frankmarra commented 1 year ago

Addressed in PR #117