mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-19 22:59:16 -05:00
Update main logo link to go to Guides' first page
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
<header id="header" class="wrapper">
|
||||
<div id="header-inner" class="inner">
|
||||
<h1 id="logo-wrap">
|
||||
<a href="{{ url_for_lang('') }}" id="logo">
|
||||
<img src="{{ url_for_lang('') }}{{ config.logo }}" alt="Cypress"/>
|
||||
<a href="{{ site.data['main-menu'].guides }}" id="logo">
|
||||
<img src="/{{ config.logo }}" alt="Cypress"/>
|
||||
</a>
|
||||
</h1>
|
||||
<nav id="main-nav">
|
||||
|
||||
Reference in New Issue
Block a user