Skip to content

Commit

Permalink
Merge pull request #68 from MurhafSousli/ng-16
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
MurhafSousli committed Jul 10, 2023
2 parents aef5339 + 23521a8 commit ec58b66
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="assets/logo.svg" />
</div>
<div class="title">
<h1><span class="red">Angular </span> Disqus Module</h1>
<h1><span class="red">Angular </span> Disqus Component</h1>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title>Angular Disqus Module</title>
<title>Angular Disqus Component</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sourceMap": true,
"paths": {
"ngx-disqus": [
"dist/ngx-disqus"
"projects/ngx-disqus/src/public-api"
]
},
"declaration": false,
Expand Down

0 comments on commit ec58b66

Please sign in to comment.