Skip to content

Commit 3b52331

Browse files
Add path breadcrumb to explorer
1 parent 18e0770 commit 3b52331

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

explorer/explorer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
min-height: 625px;
2222
}
2323

24-
#domain-breadcrumb {
24+
.path-breadcrumb {
2525
font-size: 15px;
2626
opacity: 0.5;
2727
}

explorer/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
<div class="mui-panel">
3939

4040
<h1 class="mui--text-title">
41-
<span id="domain-breadcrumb" role="navigation"></span>
41+
<span class="path-breadcrumb">
42+
<span id="domain-breadcrumb" role="navigation"></span>
43+
&gt; <a href="../">geothermal</a>
44+
</span>
4245
<div class="mui-divider"></div>
4346
<br/>
4447

0 commit comments

Comments
 (0)