We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27a943 commit 716cba2Copy full SHA for 716cba2
src/app/shared/footer/footer.component.html
@@ -1,14 +1,10 @@
1
<mat-toolbar>
2
<div class="links">
3
- <a class="cta" href="https://github.com/angular-checklist/angular-checklist" target="_blank">
+ <a class="cta" href="https://github.com/typebytes/angular-checklist" target="_blank">
4
<fa-icon [icon]="['fab', 'github']"></fa-icon>
5
<span>GitHub</span>
6
</a>
7
- <a
8
- class="cta"
9
- href="https://github.com/angular-checklist/angular-checklist/blob/master/CONTRIBUTING.md"
10
- target="_blank"
11
- >
+ <a class="cta" href="https://github.com/typebytes/angular-checklist/blob/master/CONTRIBUTING.md" target="_blank">
12
<fa-icon icon="hands-helping"></fa-icon>
13
<span>Contribute</span>
14
0 commit comments