Skip to content

Commit

Permalink
feat(header): add migration button and modal
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Mar 8, 2024
1 parent 21a9d1c commit 5fa4f54
Show file tree
Hide file tree
Showing 7 changed files with 489 additions and 12 deletions.
4 changes: 4 additions & 0 deletions public/assets/svg/upgrade.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/complex/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { useNickname } from '../../../hooks/use-nickname'
import Avatar from '../../base/Avatar'
import Button from '../../base/Button'
import AccountModal from '../AccountModal'
import MigrateModal from '../MigrateModal'

const Logo = styled.img`
width: 40px;
Expand Down Expand Up @@ -196,6 +197,7 @@ const Header = (_props) => {
</StyledNav>
<ButtonsContainer>
<CustomConnectButton />
<MigrateModal />
{/*<ThemeIcon
icon="moon"
//icon={theme === 'light' ? 'sun' : 'moon'}
Expand Down
Loading

0 comments on commit 5fa4f54

Please sign in to comment.