Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed May 6, 2020
1 parent a5c8bc3 commit f983270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![ng-web-apis logo](logo.svg) Angular Universal fallbacks
# ![logo](logo.svg) Angular Universal fallbacks

> Part of <img src="web-api.svg" align="top"> [Web APIs for Angular](https://ng-web-apis.github.io/)
Expand Down
2 changes: 1 addition & 1 deletion scripts/postbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function copyExtraFiles() {
function copyReadmeIntoDistFolder(srcPath, toPath) {
const fileBody = fs.readFileSync(srcPath).toString();
const withoutLogos = fileBody
.replace('# ![ng-web-apis logo](logo.svg) ', '')
.replace('# ![logo](logo.svg) ', '')
.replace('<img src="web-api.svg" align="top"> ', '');

fs.writeFileSync(toPath, withoutLogos);
Expand Down

0 comments on commit f983270

Please sign in to comment.