File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ export const Logo = styled.div`
2121 display: flex;
2222 justify-content: center;
2323 align-items: center;
24+ gap: 5px;
2425 font-size: 24px;
2526 font-weight: ${ theme . fontWeight . bold } ;
2627 color: ${ theme . colors . neutral50 } ;
Original file line number Diff line number Diff line change 11import { AnimatePresence } from 'framer-motion' ;
2+ import { BoxesIcon } from 'lucide-react' ;
23import { getUserInfoFromCookie } from 'entities/user/model/cookies' ;
34import { hasAccess } from '../lib' ;
45import { MENU_ITEMS } from '../model/menuConfig' ;
@@ -59,7 +60,10 @@ export function Sidebar({ currentPath }: SidebarProps) {
5960 < S . SidebarContainer >
6061 < S . SidebarWrapper >
6162 < S . LogoAndMenuWrapper >
62- < S . Logo > 차곡차곡</ S . Logo >
63+ < S . Logo >
64+ < BoxesIcon />
65+ 차곡차곡
66+ </ S . Logo >
6367 < S . SidebarMenu > { MENU_ITEMS . map ( renderMenuItem ) } </ S . SidebarMenu >
6468 </ S . LogoAndMenuWrapper >
6569 </ S . SidebarWrapper >
You can’t perform that action at this time.
0 commit comments