clicking on Books & Training sends user to Education (#2701)
When user clicks in Books & Training item in footer the website should take them to Education section (anchor) in the middle of the page, not to the top where Development section is.
This commit is contained in:
parent
d63b1ccea3
commit
a423a5abc7
|
@ -20,7 +20,7 @@ div(class="main-footer" data-swiftype-index="false")
|
|||
// TODO: (ericjim) make a libraries page to showcase all angular libraries
|
||||
//li <a href="/libraries.html">Libraries</a>
|
||||
li <a href="/about/">About</a>
|
||||
li <a href="/resources/">Books & Training</a>
|
||||
li <a href="/resources/#Education">Books & Training</a>
|
||||
li <a href="/resources/">Tools & Libraries</a>
|
||||
li <a href="/resources/">Community</a>
|
||||
li <a href="/presskit.html">Press Kit</a>
|
||||
|
|
Loading…
Reference in New Issue