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

Commit 98b3760

Browse files
crisbetojelbourn
authored andcommitted
chore: link to full license from footer (#596)
Links to the full license from the footer, similar to angular.io. Note that it links to the repo since we don't have a dedicated license page. Fixes angular/components#16039.
1 parent 1c793cd commit 98b3760

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

src/app/shared/footer/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<div class="docs-footer-copyright">
1818
<span>Powered by Google ©2010-2019.</span>
19-
<span>Code licensed under an MIT-style License.</span>
19+
<a href="https://github.com/angular/components/blob/master/LICENSE">Code licensed under an MIT-style License.</a>
2020
<span>Documentation licensed under CC BY 4.0.</span>
2121
</div>
2222
</div>

src/app/shared/footer/footer.scss

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,15 @@
4242
a {
4343
font-size: 16px;
4444
padding: 0;
45-
text-decoration: none;
46-
color: inherit;
45+
}
46+
}
47+
48+
a {
49+
text-decoration: none;
50+
color: inherit;
4751

48-
&:hover {
49-
text-decoration: underline;
50-
}
52+
&:hover {
53+
text-decoration: underline;
5154
}
5255
}
5356

0 commit comments

Comments
 (0)