Skip to content

Commit aa00252

Browse files
committed
Fix logo links
1 parent 3915264 commit aa00252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SponsorLogo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const logo = sponsorLogos[sponsor.id];
2828
{
2929
website ? (
3030

31-
<a href={website} aria-label={`Link to ${title}`}
31+
<a href={website} target="_blank" aria-label={`Link to ${title}`}
3232
>
3333
<Image
3434
src={logo}

0 commit comments

Comments
 (0)