Skip to content

Commit a423a5a

Browse files
ikilledwardbell
authored andcommitted
clicking on Books & Training sends user to Education (angular#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.
1 parent d63b1cc commit a423a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/_includes/_footer.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ div(class="main-footer" data-swiftype-index="false")
2020
// TODO: (ericjim) make a libraries page to showcase all angular libraries
2121
//li <a href="/libraries.html">Libraries</a>
2222
li <a href="/about/">About</a>
23-
li <a href="/resources/">Books & Training</a>
23+
li <a href="/resources/#Education">Books & Training</a>
2424
li <a href="/resources/">Tools & Libraries</a>
2525
li <a href="/resources/">Community</a>
2626
li <a href="/presskit.html">Press Kit</a>

0 commit comments

Comments
 (0)