Skip to content

Commit b773ea7

Browse files
committed
remove github ribbon
1 parent f0285ec commit b773ea7

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

src/app/app.component.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717
<div class="dummy"></div>
1818
</div>
1919
<span class="spacer"></span>
20-
<a
21-
target="_blank"
22-
class="github-fork-ribbon"
23-
href="https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel"
24-
data-ribbon="Fork me on GitHub"
25-
title="Fork me on GitHub">
26-
Fork me on GitHub
27-
</a>
2820
</mat-toolbar>
2921
<mat-sidenav-container class="sidenav-container">
3022
<mat-sidenav mode="side" opened class="sidenav" [style.width]="sidenavWidth">

src/app/app.component.spec.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,4 @@ describe('AppComponent', () => {
5252
it('should create the app', () => {
5353
expect(app).toBeTruthy();
5454
});
55-
56-
it('check for fork me on github ribbon generation', () => {
57-
const compiled = fixture.nativeElement as HTMLElement;
58-
const githubLink = compiled.querySelector('.github-fork-ribbon');
59-
expect(githubLink).not.toBeNull();
60-
expect(githubLink?.textContent?.trim()).toBe('Fork me on GitHub');
61-
});
6255
});

0 commit comments

Comments
 (0)