Skip to content

Commit ebcfd43

Browse files
committed
Sponsors taget blank
1 parent 856829c commit ebcfd43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)