We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e6f7c commit 909a0c8Copy full SHA for 909a0c8
docs/src/components/landing/SponsorsGrid.astro
@@ -95,7 +95,7 @@ function isDynamicImage(
95
sponsors.map((sponsor) => {
96
return (
97
<div class="flex flex-row justify-center items-center">
98
- <a href={sponsor.href} aria-label={sponsor.alt} target="_blank" rel="noreferrer">
+ <a href={sponsor.href} aria-label={sponsor.alt}>
99
{isDynamicImage(sponsor.img) ? (
100
<>
101
<Image
0 commit comments