diff --git a/src/SkDrawer.tsx b/src/SkDrawer.tsx index 74035118..8303a38d 100644 --- a/src/SkDrawer.tsx +++ b/src/SkDrawer.tsx @@ -20,6 +20,9 @@ import HomeOutlinedIcon from '@mui/icons-material/HomeOutlined' import GroupOutlinedIcon from '@mui/icons-material/GroupOutlined' import AddCardRoundedIcon from '@mui/icons-material/AddCardRounded' import LinkRoundedIcon from '@mui/icons-material/LinkRounded' +import ExploreOutlinedIcon from '@mui/icons-material/ExploreOutlined' + +import { GET_STARTED_URL } from './core/constants' const drawerWidth = 220 @@ -51,6 +54,21 @@ export default function SkDrawer() { + + + + + + + + + +

Transfer

diff --git a/src/core/constants.ts b/src/core/constants.ts index 38b1397f..0bb79144 100644 --- a/src/core/constants.ts +++ b/src/core/constants.ts @@ -105,6 +105,7 @@ export const SKALE_SOCIAL_LINKS = { } export const DEFAULT_SWELL_URL = 'https://swell.skale.space/' +export const GET_STARTED_URL = 'https://skale.space/get-started-on-skale' export const DEFAULT_MIN_SFUEL_WEI = 100000000000000 export const SFUEL_CHECK_INTERVAL = 10000