We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1078438 commit a369593Copy full SHA for a369593
templates/sponsors.hbs
@@ -7,7 +7,7 @@
7
{{#table sponsors cells separate}}
8
{{#if displayName}}
9
{{#if image}}
10
- <a href="{{website}}" style="padding: 10px; display: inline-block">
+ <a href="{{targetLink}}" style="padding: 10px; display: inline-block">
11
{{#if image_dark}}
12
<picture>
13
<source width="{{readmeImageWidth}}px" height="{{readmeImageHeight}}px" media="(prefers-color-scheme: dark)" srcset="{{image_dark}}">
0 commit comments