Skip to content

Commit

Permalink
fix: correct link to request
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinx0 committed Nov 7, 2024
1 parent 7ac5636 commit 131055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SolicitudCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default function SolicitudCard({ caso, towns, showLink = true, showEdit =
)}
{showLink && (
<Link
href={'/solicitud/' + caso.id}
href={'/solicitudes/' + caso.id}
className={`w-full rounded-xl text-center px-4 py-2 font-semibold text-white sm:w-auto bg-gray-700 hover:bg-gray-800 transition-all`}
>
Ver solicitud
Expand Down

0 comments on commit 131055d

Please sign in to comment.