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 cc56145 commit 42efdf4Copy full SHA for 42efdf4
packages/tdb-dashboard/src/index.html
@@ -13,6 +13,9 @@
13
margin: 0 auto;
14
}
15
</style>
16
+ <link type="text/css" href="/assets/App.css">
17
+ <link href="https://bootswatch.com/5/darkly/bootstrap.css" type="text/css" crossorigin="anonymous">
18
+ <link type="text/css" href="/assets/Colors.css">
19
</head>
20
<body>
21
<div id="root" class="h-100">
@@ -34,7 +37,4 @@
34
37
35
38
</script>
36
39
</body>
- <link type="text/css" href="/assets/App.css">
- <link href="https://bootswatch.com/5/darkly/bootstrap.css" type="text/css" crossorigin="anonymous">
- <link type="text/css" href="/assets/Colors.css">
40
</html>
0 commit comments