Simplify SentComponent template by removing unnecessary <ng-content> wrapper.

This commit is contained in:
akastijn 2025-11-22 01:19:46 +01:00
parent da3a818f03
commit 5876298ae9

View File

@ -7,13 +7,11 @@
</app-header>
<main>
<app-full-size>
<ng-content>
<section class="darkmodeSection full-height flex">
<div class="margin-auto">
<p>{{ message }}</p>
</div>
</section>
</ng-content>
<section class="darkmodeSection full-height flex">
<div class="margin-auto">
<p>{{ message }}</p>
</div>
</section>
</app-full-size>
</main>
</div>