Skip to content

Commit 120e8b6

Browse files
committed
fix linting issues
1 parent 087ffef commit 120e8b6

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

src/app/app.component.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@
1616
<div class="tag-subtitle">{{ subtitle }}</div>
1717
</div>
1818
<div class="dummy"></div>
19-
<a target="_blank" class="github-fork-ribbon"
20-
href="https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel" data-ribbon="Fork me on GitHub"
21-
title="Fork me on GitHub">Fork me on GitHub</a>
19+
<a
20+
target="_blank"
21+
class="github-fork-ribbon"
22+
href="https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel"
23+
data-ribbon="Fork me on GitHub"
24+
title="Fork me on GitHub">
25+
Fork me on GitHub
26+
</a>
2227
</div>
2328
<mat-divider></mat-divider>
2429
<router-outlet></router-outlet>
25-
</mat-drawer-container>
30+
</mat-drawer-container>

0 commit comments

Comments
 (0)