#add target='blank' attribute to icons in Navbar
2 messages · Page 1 of 1 (latest)
you'd have to edit the nav component. assuming it's this one you're using: https://github.com/withastro/astro/blob/main/examples/portfolio/src/components/Nav.astro
it's on line 65. just edit it to be:
<a href={href} target="_blank" class="social">