Skip to content

Commit

Permalink
feat /browse: get corrected by arnaud on utm tags
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Jul 26, 2024
1 parent 0c2d0f9 commit 8d54bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browse/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h1 class="display-4 fw-normal lh-1 mb-2 d-lg-none d-block text-center byte-txt"
<li>
<a
class="dropdown-item rounded-2"
href="${(download.url.replace(/^https?:\/\//i, '').toLowerCase().startsWith('builtbybit.com'.toLowerCase())) ? 'https://' + download.url.replace(/^https?:\/\//i, '') + '?ref=449337&' : (download.url + '?')}utm_source=blueprint&utm_medium=banner&utm_content=for_${product.identifier}"
href="${(download.url.replace(/^https?:\/\//i, '').toLowerCase().startsWith('builtbybit.com'.toLowerCase())) ? 'https://' + download.url.replace(/^https?:\/\//i, '') + '?ref=449337&' : (download.url + '?')}utm_source=blueprint&utm_medium=card&utm_content=for_${product.identifier}"
>
<img src="./assets/source/${download.icon}" alt="" width="24" height="24">
${download.name}
Expand Down

0 comments on commit 8d54bc0

Please sign in to comment.