Skip to content

Commit

Permalink
[feat/#19] 빌드 실패 이슈 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
G-hoon committed Aug 19, 2024
1 parent 25e9137 commit be27b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function SideNav() {
{/* Navigation Links */}
<nav className="mt-10">
<ul>
{navItems.map(({ icon: Icon, label, link, className }) => (
{navItems.map(({ icon: Icon, label, className }) => (
<li
key={label}
className={`mb-1 flex cursor-pointer items-center rounded-r-md p-3 hover:bg-gray-700 ${
Expand Down

0 comments on commit be27b4b

Please sign in to comment.