Skip to content

Commit

Permalink
fix: Fixs page connector
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvys Marcos committed Aug 23, 2024
1 parent 4755208 commit 5c3e258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/iatec/nephos-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iatec/nephos-pages",
"version": "3.0.0",
"version": "3.0.1",
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h4>
<ng-content select="[title]"/>
</h4>
<ng-content select="[contect]"/>
<ng-content select="[content]"/>
</div>
</div>
</div>

0 comments on commit 5c3e258

Please sign in to comment.