Skip to content

Commit 909a0c8

Browse files
committed
docs: remove external sponsors links
1 parent 54e6f7c commit 909a0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/landing/SponsorsGrid.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function isDynamicImage(
9595
sponsors.map((sponsor) => {
9696
return (
9797
<div class="flex flex-row justify-center items-center">
98-
<a href={sponsor.href} aria-label={sponsor.alt} target="_blank" rel="noreferrer">
98+
<a href={sponsor.href} aria-label={sponsor.alt}>
9999
{isDynamicImage(sponsor.img) ? (
100100
<>
101101
<Image

0 commit comments

Comments
 (0)