Skip to content

Commit 96142cb

Browse files
committed
Add copilot feedback.
1 parent f1a5779 commit 96142cb

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/on-merge-main-deploy-gpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
registry-url: 'https://npm.pkg.github.com'
2020
- run: npm ci
2121
- run: npm run npm-build-package
22-
- run: cd dist/npm && npm publish
22+
- run: cd dist/npm && npm publish --access=public
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

public/favicon.ico

15 KB
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)