We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750d4b9 commit d94df73Copy full SHA for d94df73
src/extension/build/panel.html
@@ -1,14 +1,14 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <meta http-equiv="X-UA-Compatible" content="ie=edge" />
7
- <title>Reactime 14.0</title>
8
- </head>
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <meta http-equiv="X-UA-Compatible" content="ie=edge" />
+ <title>Reactime 15.0</title>
+ </head>
9
10
- <body>
11
- <div id="root"></div>
12
- <script type="text/javascript" src="bundles/app.bundle.js"></script>
13
- </body>
+ <body>
+ <div id="root"></div>
+ <script type="text/javascript" src="bundles/app.bundle.js"></script>
+ </body>
14
</html>
0 commit comments