We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e515c9e commit f0a5015Copy full SHA for f0a5015
uniro_frontend/src/components/map/reportModal.tsx
@@ -20,7 +20,7 @@ export default function ReportModal({ close }: ReportModalProps) {
20
</Link>
21
22
<Link
23
- to={"/report/hazard"}
+ to={"/report/risk"}
24
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"
25
>
26
<p>불편한 길 제보</p>
0 commit comments