Skip to content

Commit 4121ae0

Browse files
marco-cLa0
authored andcommitted
frontend: Fix URL for the 'Code Coverage' text in the header (#300)
1 parent 332bfc1 commit 4121ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h2>
147147
<header>
148148
<div class="logo">
149149
<img src="<%=require('../assets/moz-logo-black.png')%>" alt="Moz://a"/>
150-
<a href="#view=browser">Code Coverage</a>
150+
<a href="#view=directory">Code Coverage</a>
151151
</div>
152152
<div id="menu"></div>
153153
</header>

0 commit comments

Comments
 (0)