fix topbar padding

This commit is contained in:
saml33 2023-06-06 22:52:33 +10:00
parent 610de84dc7
commit a00caa6c8c
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ const TopBar = () => {
)} )}
{!connected ? ( {!connected ? (
mangoAccount ? ( mangoAccount ? (
<span className="hidden items-center md:flex"> <span className="hidden items-center md:flex md:pl-6">
<EyeIcon className="h-5 w-5 text-th-fgd-3" /> <EyeIcon className="h-5 w-5 text-th-fgd-3" />
<span className="ml-2"> <span className="ml-2">
{t('unowned-helper', { {t('unowned-helper', {
@ -170,7 +170,7 @@ const TopBar = () => {
</Tooltip> </Tooltip>
</span> </span>
) : ( ) : (
<span className="hidden items-center md:flex"> <span className="hidden items-center md:flex md:pl-6">
<WalletIcon className="h-5 w-5 text-th-fgd-3" /> <WalletIcon className="h-5 w-5 text-th-fgd-3" />
<span className="ml-2">{t('connect-helper')}</span> <span className="ml-2">{t('connect-helper')}</span>
<ArrowRightIcon className="sideways-bounce ml-2 h-5 w-5 text-th-fgd-1" /> <ArrowRightIcon className="sideways-bounce ml-2 h-5 w-5 text-th-fgd-1" />