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 f1a5779 commit 96142cbCopy full SHA for 96142cb
.github/workflows/on-merge-main-deploy-gpr.yml
@@ -19,6 +19,6 @@ jobs:
19
registry-url: 'https://npm.pkg.github.com'
20
- run: npm ci
21
- run: npm run npm-build-package
22
- - run: cd dist/npm && npm publish
+ - run: cd dist/npm && npm publish --access=public
23
env:
24
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
public/favicon.ico
15 KB
src/app/layout/footer.component.html
@@ -1,9 +1,6 @@
1
<footer>
2
<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
- />
+ <img src="images/pro-angular-logo.png" alt="Pro Angular Logo" />
7
</a>
8
<p>
9
Copyright © Pro Angular 2022
0 commit comments