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 18e0770 commit 3b52331Copy full SHA for 3b52331
explorer/explorer.css
@@ -21,7 +21,7 @@
21
min-height: 625px;
22
}
23
24
-#domain-breadcrumb {
+.path-breadcrumb {
25
font-size: 15px;
26
opacity: 0.5;
27
explorer/index.html
@@ -38,7 +38,10 @@
38
<div class="mui-panel">
39
40
<h1 class="mui--text-title">
41
- <span id="domain-breadcrumb" role="navigation"></span>
+ <span class="path-breadcrumb">
42
+ <span id="domain-breadcrumb" role="navigation"></span>
43
+ > <a href="../">geothermal</a>
44
+ </span>
45
<div class="mui-divider"></div>
46
<br/>
47
0 commit comments