Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 36308fe

Browse files
Eric Jimeneznaomiblack
Eric Jimenez
authored andcommitted
fix(footer): use cursor pointer on feedback in footer
1 parent b89647a commit 36308fe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

public/_includes/_footer.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ else
4040
h3.text-headline HELP
4141

4242
ul.text-body
43-
li <a class="main-nav-button" href="/contribute.html"> Contribute</a>
43+
li <a href="/contribute.html"> Contribute</a>
4444
li <a href="/support.html">Support Page</a>
4545
li <a href="https://github.com/angular/angular/issues"> File a Ticket</a>
46-
li <a ng-click="appCtrl.openFeedback()" aria-label="Submit feedback on this page"> Feedback on this Page</a>
46+
li <a class="footer-feedback" ng-click="appCtrl.openFeedback()" aria-label="Submit feedback on this page"> Product Feedback</a>
4747

4848
.c3
4949
h3.text-headline COMMUNITY

public/resources/css/module/_footer.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
*/
99

1010
.main-footer {
11+
.footer-feedback {
12+
cursor: pointer;
13+
}
14+
1115
nav {
1216
h3 {
1317
font-size: 21px;

0 commit comments

Comments
 (0)