diff --git a/index.html b/index.html
index 37dca438..f6d421ec 100644
--- a/index.html
+++ b/index.html
@@ -7,9 +7,15 @@
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"
/>
-
+
devpals
+
diff --git a/src/components/common/sidebar/Sidebar.tsx b/src/components/common/sidebar/Sidebar.tsx
index 98b7311b..a9f779ee 100644
--- a/src/components/common/sidebar/Sidebar.tsx
+++ b/src/components/common/sidebar/Sidebar.tsx
@@ -1,10 +1,10 @@
+import MainLogo from '../../../assets/mainlogo.svg';
+import EditMyProfileImg from './editMyProfileImg/EditMyProfileImg';
import { Link, useLocation } from 'react-router-dom';
import Avatar from '../avatar/Avatar';
import * as S from './Sidebar.styled';
import React, { useCallback } from 'react';
-import EditMyProfileImg from './editMyProfileImg/EditMyProfileImg';
import useAuthStore from '../../../store/authStore';
-import MainLogo from '../../../assets/mainlogo.svg';
interface MenuItem {
label: string;
@@ -38,7 +38,7 @@ const Sidebar = ({ menuItems, profileImage, nickname }: SidebarProps) => {
{profileImage === MainLogo ? (
-
+
) : (