From b3bc08a0b3d2f2c1ca367307be3eba7938ebd5b8 Mon Sep 17 00:00:00 2001 From: Dmytro Date: Thu, 7 Nov 2024 17:59:39 +0000 Subject: [PATCH] Add Get Started URL --- src/SkDrawer.tsx | 18 ++++++++++++++++++ src/core/constants.ts | 1 + 2 files changed, 19 insertions(+) diff --git a/src/SkDrawer.tsx b/src/SkDrawer.tsx index 7403511..8303a38 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 38b1397..0bb7914 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