mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 18:53:26 +08:00
style: lowercase about buttons for styling consistency
This commit is contained in:
parent
e90207580b
commit
c8e61d5941
1 changed files with 5 additions and 5 deletions
|
@ -152,7 +152,7 @@
|
|||
<div class="supportButtons">
|
||||
<button id="supportMeAboutButton">
|
||||
<div class="fas fa-donate"></div>
|
||||
Support
|
||||
support
|
||||
</button>
|
||||
<!-- <a class="button ads">
|
||||
<div class="fas fa-ad"></div>
|
||||
|
@ -196,7 +196,7 @@
|
|||
<div class="contactButtons">
|
||||
<button id="contactPopupButton2">
|
||||
<div class="fas fa-envelope"></div>
|
||||
Mail
|
||||
mail
|
||||
</button>
|
||||
<a
|
||||
class="button"
|
||||
|
@ -205,7 +205,7 @@
|
|||
rel="noreferrer noopener"
|
||||
>
|
||||
<div class="fab fa-twitter"></div>
|
||||
Twitter
|
||||
twitter
|
||||
</a>
|
||||
<a
|
||||
class="button"
|
||||
|
@ -214,7 +214,7 @@
|
|||
rel="noreferrer noopener"
|
||||
>
|
||||
<div class="fab fa-discord"></div>
|
||||
Discord
|
||||
discord
|
||||
</a>
|
||||
<a
|
||||
class="button"
|
||||
|
@ -223,7 +223,7 @@
|
|||
rel="noreferrer noopener"
|
||||
>
|
||||
<div class="fab fa-github"></div>
|
||||
GitHub
|
||||
github
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue