diff --git a/src/pages/help/Help.tsx b/src/pages/help/Help.tsx
index 59fb0ce..72343e3 100644
--- a/src/pages/help/Help.tsx
+++ b/src/pages/help/Help.tsx
@@ -6,6 +6,7 @@ import HelpSidebar from '@/pages/help/components/HelpSidebar';
import HelpSection from '@/pages/help/components/HelpSection';
import { helpCategories } from '@/pages/help/constants';
import styles from '@/pages/help/Help.module.scss';
+import logoImg from '@/assets/images/logo.webp';
/**
*
@@ -108,7 +109,7 @@ const Help: React.FC = () => {
onClick={() => setIsSidebarOpen(prev => !prev)}
aria-label="목차 열기"
>
-
+
diff --git a/src/shared/navbar/Navbar.tsx b/src/shared/navbar/Navbar.tsx
index 149afca..a85f96d 100644
--- a/src/shared/navbar/Navbar.tsx
+++ b/src/shared/navbar/Navbar.tsx
@@ -14,6 +14,7 @@ import { RiMenuLine, RiCloseLine } from 'react-icons/ri';
import CustomButton from '@/shared/custombutton/CustomButton';
import styles from '@/shared/navbar/Navbar.module.scss';
import { useNavbar } from '@/hooks/useNavbar';
+import logoImg from '@/assets/images/logo.webp';
/**
*
@@ -33,7 +34,7 @@ const Navbar: React.FC = () => {
return (
+