diff --git a/src/@aragon/ods-old/components/button/buttonWallet.tsx b/src/@aragon/ods-old/components/button/buttonWallet.tsx index 0d9717c0f..918e3df0b 100644 --- a/src/@aragon/ods-old/components/button/buttonWallet.tsx +++ b/src/@aragon/ods-old/components/button/buttonWallet.tsx @@ -44,7 +44,9 @@ type AvatarProps = Pick; const Avatar: FC = ({isConnected, isLoading, src}) => { if (!isConnected) { - return ; + return ( + + ); } if (isLoading) { return ; @@ -59,7 +61,7 @@ const StyledButton = styled.button.attrs(({isLoading}) => { isLoading ? 'text-primary-500' : 'text-neutral-600' } flex items-center md:space-x-3 font-semibold p-3 hover:text-neutral-800 active:text-neutral-800 disabled:text-neutral-300 bg-neutral-0 hover:bg-neutral-100 active:bg-neutral-200 - disabled:bg-neutral-100 rounded-xl focus-visible:ring focus-visible:ring-primary`; + disabled:bg-neutral-100 rounded-xl focus-visible:ring focus-visible:ring-primary size-12 justify-center md:w-fit`; return {className}; })``; diff --git a/src/containers/daoExplorer/daoExplorer.tsx b/src/containers/daoExplorer/daoExplorer.tsx index a98721e2e..338a2b3a6 100644 --- a/src/containers/daoExplorer/daoExplorer.tsx +++ b/src/containers/daoExplorer/daoExplorer.tsx @@ -168,7 +168,7 @@ export const DaoExplorer = () => { }); const buttonGroupContainerClassName = classNames('shrink-0', { - 'flex w-full md:w-fit justify-end': filters.quickFilter === 'featuredDaos', + 'flex w-full md:w-fit': filters.quickFilter === 'featuredDaos', 'flex gap-x-3 w-full md:w-fit justify-between': isConnected && filters.quickFilter !== 'featuredDaos', }); diff --git a/src/containers/navbar/exploreNav.tsx b/src/containers/navbar/exploreNav.tsx index e4e0f0340..3eb0f67cf 100644 --- a/src/containers/navbar/exploreNav.tsx +++ b/src/containers/navbar/exploreNav.tsx @@ -73,8 +73,6 @@ const ExploreNav: React.FC = () => { {isDesktop ? ( ) : (