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 @@ -341,6 +341,13 @@ border: none; `; +const LogoCtn = styled.div` + display: flex; + align-items: center; + justify-content: space-between; + width: 100%; +`; + const ExtTabImg = styled.img` max-width: 20px; `; @@ -552,7 +559,20 @@ - + + + {/*Begin extension-only components*/} + openInTab()} + > + + + {/*End extension-only components*/} + {selectedKey === 'airdrop' && ( Airdrop @@ -572,14 +592,6 @@ )} - {/*Begin extension-only components*/} - openInTab()} - > - - - {/*End extension-only components*/} {/*Note that the extension does not support biometric security*/} {/*Hence is not pulled in*/}