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() {
+