Skip to content

Commit

Permalink
fix(@schematics/angular): html indentation
Browse files Browse the repository at this point in the history
The div was badly aligned in `app.component.html`

(cherry picked from commit 0b987b5)
  • Loading branch information
cexbrayat authored and alan-agius4 committed Nov 8, 2023
1 parent 731917c commit a80926c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -227,7 +227,7 @@
</svg>
<h1>Hello, {{ title }}</h1>
<p>Congratulations! Your app is running. 🎉</p>
</div>
</div>
<div class="divider" role="separator" aria-label="Divider"></div>
<div class="right-side">
<div class="pill-group">
Expand Down

0 comments on commit a80926c

Please sign in to comment.