Skip to content

Commit 192db51

Browse files
fix missing explort-panel div wrapper on default-page context
1 parent fc6c945 commit 192db51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/context/default-page.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h1><a class="identity-logo" href="#">Creative Commons</a></h1>
4646

4747

4848

49-
<nav class="explore-menu" aria-label="Explore menu">
49+
<div class="explore-panel">
5050

5151
<!-- (optional main CC logo, p, link on non-home site back to main site) -->
5252
<!-- <aside>
@@ -55,11 +55,11 @@ <h2>Our Work Relies On You!</h2>
5555
<p>Help us keep the internet free and open.</p>
5656
</aside> -->
5757

58-
<nav class="explore-menu">
58+
<nav class="explore-menu" aria-label="Explore menu">
5959
<ul>
6060
<li>
6161
<a href="#">Global Network</a>
62-
<p>Join a global community working to strengthen the Commons</p>
62+
<p>Join a global community working to strengthen the Commons</p>
6363
</li>
6464
<li>
6565
<a href="#">Certificate</a>

0 commit comments

Comments
 (0)