We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3915264 commit aa00252Copy full SHA for aa00252
src/components/SponsorLogo.astro
@@ -28,7 +28,7 @@ const logo = sponsorLogos[sponsor.id];
28
{
29
website ? (
30
31
- <a href={website} aria-label={`Link to ${title}`}
+ <a href={website} target="_blank" aria-label={`Link to ${title}`}
32
>
33
<Image
34
src={logo}
0 commit comments