Files for my website bwc9876.dev

Fix GitHub button on projects

bwc9876.dev 2c6ff2a7 898c3297

verified
+1 -1
+1 -1
src/pages/projects/[...slug].astro
··· 40 40 entry.data.links?.github && ( 41 41 <span> 42 42 <a href={`https://github.com/${entry.data.links.github}`} role="button"> 43 - <Icon name="bi:github" /> View On GitHub 43 + <Icon name="bi:github" /> GitHub 44 44 </a> 45 45 </span> 46 46 )