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)

(cherry picked from commit a4c3a4b)

(CP triggered by francoisl)
  • Loading branch information
srikarparsi authored and OSBotify committed Nov 13, 2024
1 parent 7d87e65 commit e58b927
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@
<% if (htmlWebpackPlugin.options.isStaging) { %>
<meta name="robots" content="noindex, nofollow">
<% } %>

<% if (htmlWebpackPlugin.options.isWeb && (htmlWebpackPlugin.options.isStaging || htmlWebpackPlugin.options.isProduction)) { %>
<!-- begin Convert Experiences code-->
<<<<<<< HEAD
<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">
>>>>>>> a4c3a4b (Merge pull request #52505 from Expensify/francois-fix-convert-script-quotes)
</script>
<!-- end Convert Experiences code -->
<% } %>

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

0 comments on commit e58b927

Please sign in to comment.