Skip to content

Commit 321fbef

Browse files
authored
Merge pull request #66 from ishythefishy/remove-button
remove-footer-button
2 parents 8e40918 + 2ce33a6 commit 321fbef

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

apps/fretonator-web/src/app/common/footer/footer.component.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ <h6 class="footer__sectionTitle">Who made this?</h6>
7373
</span>
7474
Buy me a coffee
7575
</a>
76-
77-
<a href="https://www.twitch.tv/whitep4nth3r"
78-
rel="nofollow noopener noreferrer"
79-
target="_blank"
80-
class="footer__twitchButton">Watch live on Twitch!</a>
8176
</div>
8277

8378
</div>

apps/fretonator-web/src/app/common/footer/footer.component.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,3 @@
169169
width: pxToRem(20);
170170
margin-right: pxToRem($grid-unit / 2);
171171
}
172-
173-
.footer__twitchButton {
174-
background-color: #9147ff;
175-
color: var(--white);
176-
padding: pxToRem($grid-unit * 2);
177-
font-family: var(--font-family-main);
178-
font-weight: var(--font-weight-bold);
179-
border-radius: pxToRem(6);
180-
text-decoration: none;
181-
margin-top: pxToRem($grid-unit * 4);
182-
}

0 commit comments

Comments
 (0)