Skip to content

Commit

Permalink
fix: adjust fontsize and change company logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rozanagy committed Sep 30, 2024
1 parent 3b1f90d commit f9a7845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/app/components/account/account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export function Account(): React.JSX.Element {
onClick={() => onConnectWalletClick()}
h={isMobile ? '40px' : '50px'}
w={isMobile ? '150px' : '275px'}
fontSize={isMobile ? 'md' : 'lg'}
>
Connect Wallet
</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { Button, Image } from '@chakra-ui/react';
export function CompanyWebsiteButton(): React.JSX.Element {
const navigate = useNavigate();

const logoPath = './images/logos/dlc-link-logo.svg';
const altText = 'DLC.Link Logo';
const logoPath = './images/logos/dlc-btc-logo.svg';
const altText = 'dlcBTC Logo';

return (
<Button onClick={() => navigate('/')} variant={'company'} boxSize={'65px'}>
Expand Down

0 comments on commit f9a7845

Please sign in to comment.