Skip to content

Commit

Permalink
fix: incorrect filename in options.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyabrain committed Sep 5, 2023
1 parent 9b7398b commit ce86f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-extension/plugin/src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
</head>
<body>
<div id="app"></div>
<script src="options.jsx" type="module"></script>
<script src="options.js"></script>
</body>
</html>

0 comments on commit ce86f6a

Please sign in to comment.