Blog

Accessible SVG Link Icons

October 31, 2022

Accessible SVG icons are tricky. For standalone SVG icons with a purpose, give them a role, if they are purely decorative hide them, same goes for SVGs inside links.

How to Open a New Link in a New Tab in Nextjs

September 14, 2022

Nextjs optimizes links using the Link component. However, creating external links can be confusing. Create external links by adding the target attributes to the a tag inside the Link component.