audio streaming app plyr.fm

fix: improve header icon choices for devlog and source (#1053)

devlog: pencil → open book (reads as blog, not edit)
source: chain link → code brackets (universally recognized)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

authored by zzstoatzz.io

Claude Opus 4.6 and committed by
GitHub
7e2fe45b ff8262be

+4 -4
+4 -4
docs-site/src/components/SocialIcons.astro
··· 25 25 class="social-link" 26 26 > 27 27 <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> 28 - <path d="M12 20h9"></path> 29 - <path d="M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.855z"></path> 28 + <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path> 29 + <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path> 30 30 </svg> 31 31 </a> 32 32 <a ··· 38 38 class="social-link" 39 39 > 40 40 <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> 41 - <path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /> 42 - <path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /> 41 + <polyline points="16 18 22 12 16 6"></polyline> 42 + <polyline points="8 6 2 12 8 18"></polyline> 43 43 </svg> 44 44 </a> 45 45 </div>