Skip to content

Commit 79c97a4

Browse files
authored
Merge pull request #33 from stackabletech/fix/supplemental-ui-failover-preview-fix
Added failover to supplemental-ui partial to make preview work again
2 parents ac8e0b3 + 13b2291 commit 79c97a4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/partials/header-content.hbs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,17 @@
2424
</nav>
2525
<nav id="navbar-sub" class="navbar-sub">
2626
<div class="container">
27-
{{> navbar}}
27+
{{#> navbar }}
28+
navbar.hbs partial not found - you're seeing failover content
29+
<a class="navbar-sub-item" href="#">Home</a>
30+
<div class="navbar-sub-item drop-down">
31+
Operators
32+
<div class="drop-down-content">
33+
<a class="drop-down-item" href="#">Operator 1</a>
34+
<a class="drop-down-item" href="#">Operator 2</a>
35+
</div>
36+
</div>
37+
{{/navbar}}
2838

2939
<a class="arrow" href="javascript:document.querySelector('.navbar-sub').classList.toggle('open')">
3040
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="arrow-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg>

0 commit comments

Comments
 (0)