Skip to content

Commit

Permalink
fix(ref: no-ref): remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Oct 23, 2024
1 parent 21ac794 commit 3f7cb2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/options/options.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!--<section class="content column bg-full-white">-->
@for (tile of cardDocs(); track tile.id; let i = $index) {
<div class="card" [class]="activeCardId() | color: tile.id" [id]="tile.id" #cards>
<div class="mr-title title row uppercase ls-25">
Expand Down Expand Up @@ -31,7 +30,6 @@
</div>
</div>
}
<!--</section>-->

<ng-template #exampleTmpl let-ex let-placeholder="placeholder">
<div class="dark-card bg-black">
Expand Down

0 comments on commit 3f7cb2e

Please sign in to comment.