refactored styles to extract btn

This commit is contained in:
Danny Coates 2019-01-16 12:38:43 -08:00
parent ae256141da
commit 57422d6406
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
7 changed files with 110 additions and 135 deletions

View file

@ -21,14 +21,14 @@ class Header extends Component {
browserName() === 'android-app'
? html`
<a class="header-logo">
<h1 class="text-white md:text-black font-normal">
<h1 class="text-2xl text-white md:text-black font-normal">
Firefox <b>Send</b>
</h1>
</a>
`
: html`
<a class="header-logo" href="/">
<h1 class="text-white md:text-black font-normal">
<h1 class="text-2xl text-white md:text-black font-normal">
Firefox <b>Send</b>
</h1>
</a>