From 999399fb08c1a47a671ba0ad50409624654a1082 Mon Sep 17 00:00:00 2001 From: rampall Date: Tue, 11 Jun 2024 22:22:11 +0300 Subject: [PATCH] feat: add redeem shortcut to sidebar --- src/components/SideBar.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/SideBar.tsx b/src/components/SideBar.tsx index d63abf4c..2a8ab635 100644 --- a/src/components/SideBar.tsx +++ b/src/components/SideBar.tsx @@ -1,5 +1,5 @@ import { BeeModes } from '@ethersphere/bee-js' -import { Divider, Drawer, Grid, List, Link as MUILink } from '@material-ui/core' +import { Box, Divider, Drawer, Grid, List, Link as MUILink, Typography } from '@material-ui/core' import { Theme, createStyles, makeStyles } from '@material-ui/core/styles' import { ReactElement, useContext } from 'react' import { Link } from 'react-router-dom' @@ -137,6 +137,12 @@ export default function SideBar(): ReactElement { /> + + + + Redeem gift code + +