Skip to content

Commit 5f5f0fb

Browse files
committed
Cleanup
1 parent eb9c39b commit 5f5f0fb

4 files changed

Lines changed: 5 additions & 37 deletions

File tree

.github/FUNDING.yml

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,4 @@
1-
# Displaying a sponsor button in your repository
2-
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
3-
4-
# LFX Mentorship (formerly CommunityBridge)
5-
# https://lfx.linuxfoundation.org/tools/mentorship
6-
community_bridge:
7-
# GitHub Sponsors
8-
# https://github.com/sponsors
9-
github: [ProAngular, CodyTolene]
10-
# IssueHunt
11-
# https://issuehunt.io/
12-
issuehunt:
13-
# Ko-fi
14-
# https://ko-fi.com/
15-
ko_fi:
16-
# Liberapay
17-
# https://en.liberapay.com/
18-
liberapay:
19-
# Open Collective
20-
# https://opencollective.com/
21-
open_collective:
22-
# Otechie
23-
# https://otechie.com/
24-
otechie:
25-
# Patreon
26-
# https://www.patreon.com/
27-
patreon:
28-
# Tidelift
29-
# https://tidelift.com/
30-
tidelift:
31-
# Custom URL
1+
github: [CodyTolene, ProAngular]
2+
buy_me_a_coffee: CodyTolene
3+
patreon: CodyTolene
324
custom: ['https://www.paypal.me/CodyTolene']

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"postinstall": "is-ci || husky install",
1818
"prettier": "prettier --write . --log-level silent",
1919
"prettier:check": "prettier --check .",
20-
"start": "ng serve",
21-
"start:open": "ng serve --open",
20+
"start": "ng serve --open",
2221
"test": "ng test",
2322
"update": "ncu -u",
2423
"update:check": "ncu",

public/favicon.ico

320 Bytes
Binary file not shown.

src/app/layout/footer.component.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<footer>
22
<a href="https://www.ProAngular.com" target="_blank">
3-
<img
4-
src="https://www.proangular.com/images/pro-angular-logo-large.png"
5-
alt="Pro Angular Logo"
6-
/>
3+
<img src="images/pro-angular-logo.png" alt="Pro Angular Logo" />
74
</a>
85
<p>
96
Copyright &copy; Pro Angular 2022

0 commit comments

Comments
 (0)