Skip to content

Commit 52c271a

Browse files
authored
Merge pull request #67 from ishythefishy/reinstate-button
Added twitch button to footer
2 parents 321fbef + e1ed1dc commit 52c271a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ <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>
7681
</div>
7782

7883
</div>

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,14 @@
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)