Skip to content

Commit

Permalink
Merge pull request #25 from DDD-Community/feat/#19
Browse files Browse the repository at this point in the history
[feat/#19] 빌드 실패 이슈 해결
  • Loading branch information
G-hoon authored Aug 19, 2024
2 parents 03d7220 + be27b4b commit 4cd78db
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 4cd78db

Please sign in to comment.