Skip to content

Commit f0a5015

Browse files
authored
[UNI-148] fix : 라우터 연결 오류 수정 (#71)
1 parent e515c9e commit f0a5015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uniro_frontend/src/components/map/reportModal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function ReportModal({ close }: ReportModalProps) {
2020
</Link>
2121

2222
<Link
23-
to={"/report/hazard"}
23+
to={"/report/risk"}
2424
className="w-full max-w-[418px] h-[58px] flex items-center justify-between px-5 bg-gray-100 rounded-400 text-kor-body2 font-semibold text-primary-500"
2525
>
2626
<p>불편한 길 제보</p>

0 commit comments

Comments
 (0)