diff --git a/web/cashtab/extension/src/components/App.js b/web/cashtab/extension/src/components/App.js --- a/web/cashtab/extension/src/components/App.js +++ b/web/cashtab/extension/src/components/App.js @@ -340,6 +340,11 @@ background: none; border: none; `; +const LogoCtn = styled.div` + display: flex; + align-items: center; + justify-content: center; +`; const ExtTabImg = styled.img` max-width: 20px; @@ -552,7 +557,20 @@ - + + + {/*Begin extension-only components*/} + openInTab()} + > + + + {/*End extension-only components*/} + {selectedKey === 'airdrop' && ( Airdrop @@ -572,14 +590,6 @@ )} - {/*Begin extension-only components*/} - openInTab()} - > - - - {/*End extension-only components*/} {/*Note that the extension does not support biometric security*/} {/*Hence is not pulled in*/}