File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 201
201
<github-button
202
202
v-if =" showSponsor && ghUser"
203
203
v-tippy =" showTips ? 'Sponsor @' + ghUser + ' on GitHub' : null"
204
- :href ="
205
- ghBaseUrl +
206
- '/sponsors/' +
207
- ghUser +
208
- '?frequency=' +
209
- frequency +
210
- '&sponsor=' +
211
- ghUser
212
- "
204
+ :href =" ghBaseUrl + 'sponsors/' + ghUser"
213
205
:data-icon =" sponsorIcon"
214
206
:data-size =" size"
215
207
:aria-label =" 'Sponsor @' + ghUser + ' on GitHub'"
216
208
class =" gh-button"
217
209
@click ="
218
210
track(
219
- 'Clicked ' +
220
- sponsorTitle +
221
- ' ' +
222
- ghBaseUrl +
223
- '/sponsors/' +
224
- ghUser +
225
- '?frequency=' +
226
- frequency +
227
- '&sponsor=' +
228
- ghUser,
211
+ 'Clicked ' + sponsorTitle + ' ' + ghBaseUrl + 'sponsors/' + ghUser,
229
212
)
230
213
"
231
214
>
You can’t perform that action at this time.
0 commit comments