revert master logo until june 3rd
This commit is contained in:
parent
94f0b928ae
commit
72ab5bdbf3
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ module.exports = function(trigger) {
|
||||||
<send-signup-dialog
|
<send-signup-dialog
|
||||||
class="flex flex-col lg:flex-row justify-center px-8 md:px-24 w-full h-full"
|
class="flex flex-col lg:flex-row justify-center px-8 md:px-24 w-full h-full"
|
||||||
>
|
>
|
||||||
<img src="${assets.get('master-logo.svg')}" class="h-16 mt-1 mb-4" />
|
<img
|
||||||
|
src="${assets.get('firefox_logo-only.svg')}"
|
||||||
|
class="h-16 mt-1 mb-4"
|
||||||
|
/>
|
||||||
<section
|
<section
|
||||||
class="flex flex-col flex-no-shrink self-center lg:mx-6 lg:max-w-xs"
|
class="flex flex-col flex-no-shrink self-center lg:mx-6 lg:max-w-xs"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue