We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087ffef commit 120e8b6Copy full SHA for 120e8b6
1 file changed
src/app/app.component.html
@@ -16,10 +16,15 @@
16
<div class="tag-subtitle">{{ subtitle }}</div>
17
</div>
18
<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>
+ <a
+ target="_blank"
+ 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>
27
28
<mat-divider></mat-divider>
29
<router-outlet></router-outlet>
-</mat-drawer-container>
30
+</mat-drawer-container>
0 commit comments