Skip to content

Commit

Permalink
Merge pull request #52505 from Expensify/francois-fix-convert-script-…
Browse files Browse the repository at this point in the history
…quotes

[NoQA] Fix convert integration (one more time)
  • Loading branch information
srikarparsi authored Nov 13, 2024
2 parents 74f982c + a119970 commit a4c3a4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<% if (htmlWebpackPlugin.options.isStaging) { %>
<meta name="robots" content="noindex, nofollow">
<% } %>

<% if (htmlWebpackPlugin.options.isWeb && (htmlWebpackPlugin.options.isStaging || htmlWebpackPlugin.options.isProduction)) { %>
<!-- begin Convert Experiences code-->
<script type=text/javascript src="//cdn-4.convertexperiments.com/v1/js/10042537-100413459.js">
<script type="text/javascript" src="//cdn-4.convertexperiments.com/v1/js/10042537-100413459.js">
</script>
<!-- end Convert Experiences code -->
<% } %>

<style>
.signin-button {
width: 100% !important;
Expand Down

0 comments on commit a4c3a4b

Please sign in to comment.