Skip to content

Commit 716cba2

Browse files
committed
chore(app): update links to the github repo
1 parent f27a943 commit 716cba2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/app/shared/footer/footer.component.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<mat-toolbar>
22
<div class="links">
3-
<a class="cta" href="https://github.com/angular-checklist/angular-checklist" target="_blank">
3+
<a class="cta" href="https://github.com/typebytes/angular-checklist" target="_blank">
44
<fa-icon [icon]="['fab', 'github']"></fa-icon>
55
<span>GitHub</span>
66
</a>
7-
<a
8-
class="cta"
9-
href="https://github.com/angular-checklist/angular-checklist/blob/master/CONTRIBUTING.md"
10-
target="_blank"
11-
>
7+
<a class="cta" href="https://github.com/typebytes/angular-checklist/blob/master/CONTRIBUTING.md" target="_blank">
128
<fa-icon icon="hands-helping"></fa-icon>
139
<span>Contribute</span>
1410
</a>

0 commit comments

Comments
 (0)