Skip to content

Commit a369593

Browse files
chore(draft): set utm link for markdown output;
1 parent 1078438 commit a369593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/sponsors.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{#table sponsors cells separate}}
88
{{#if displayName}}
99
{{#if image}}
10-
<a href="{{website}}" style="padding: 10px; display: inline-block">
10+
<a href="{{targetLink}}" style="padding: 10px; display: inline-block">
1111
{{#if image_dark}}
1212
<picture>
1313
<source width="{{readmeImageWidth}}px" height="{{readmeImageHeight}}px" media="(prefers-color-scheme: dark)" srcset="{{image_dark}}">

0 commit comments

Comments
 (0)