fix(Popup): incorrect rendering of text

This commit is contained in:
sethburkart123
2024-11-01 16:33:11 +11:00
parent 68c94f80d6
commit ab3d4b212c
+1 -1
View File
@@ -6,7 +6,7 @@
<title>BetterSEQTA+ Settings</title> <title>BetterSEQTA+ Settings</title>
</head> </head>
<body> <body>
<div id="app">asdasds - I (Crazypersonalph) agree with this statement.</div> <div id="app"></div>
<script type="module" src="./index.ts"></script> <script type="module" src="./index.ts"></script>
</body> </body>
</html> </html>