Skip to content

Commit

Permalink
refactor: quote
Browse files Browse the repository at this point in the history
  • Loading branch information
jebibot committed Dec 12, 2024
1 parent 6c9f663 commit 5ec83e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ export default {
<script type="text/javascript" nonce="${nonce}">
const hasExtension = ${JSON.stringify(hasExtension)};
const extensionUrl = /firefox/i.test(navigator.userAgent)
? 'https://addons.mozilla.org/addon/mullive/'
: 'https://chromewebstore.google.com/detail/pahcphmhihleneomklgfbbneokhjiaim';
? "https://addons.mozilla.org/addon/mullive/"
: "https://chromewebstore.google.com/detail/pahcphmhihleneomklgfbbneokhjiaim";
const extensionLink = document.getElementById("extension-link");
if (extensionLink != null) {
extensionLink.href = extensionUrl;
Expand Down

0 comments on commit 5ec83e1

Please sign in to comment.