We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6744ee commit 923b27dCopy full SHA for 923b27d
1 file changed
src/_includes/head.html
@@ -1,10 +1,10 @@
1
<header>
2
<div class="logo-wrap">
3
<a href="https://www.webpagetest.org">
4
- <span class="vis-hidden">WebPageTest Homepage</span>
5
- <img src="/img/wpt-logo.svg" alt="WebPageTest, by Catchpoint">
+ <img src="https://www.webpagetest.org/assets/images/catchpoint.svg" alt="Catchpoint">
6
</a>
7
- <a href="/">Documentation</a>
+ <a class="logo-wptlink" href="https://webpagetest.org">WebPageTest </a>
+ <a href="/"> Documentation</a>
8
</div>
9
<div id="search"></div>
10
-</header>
+</header>
0 commit comments