Skip to content

Commit

Permalink
fix: 오타
Browse files Browse the repository at this point in the history
  • Loading branch information
saa00123 committed Sep 8, 2023
1 parent bbcf3bc commit 298c013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/pages/project/Project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function Project() {
<NavLink
className='flex justify-center items-center ml-auto w-[60px] h-[40px] rounded-[10px] bg-[#4A4A4A] text-white'
style={({ isActive }) => (isActive ? activeStyle : {})}
to={`/sprint/${projectData.id}`}
to={`/Sprint/${projectData.id}`}
>
<img
className='w-[24px] h-[24px]'
Expand Down

0 comments on commit 298c013

Please sign in to comment.