Skip to content

Commit

Permalink
Merge pull request #9 from sacsbrainz/main
Browse files Browse the repository at this point in the history
fix: navigation to right path
  • Loading branch information
sacsbrainz authored Nov 10, 2023
2 parents 5e80178 + f5c91cf commit f48814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function Index() {
<Link
key={index}
className=" flex flex-col gap-3 rounded-md border px-4 py-6 shadow-md shadow-violet-700"
href={`/web/dashboard/${data.id}`}
href={`/home/${data.id}`}
>
<span className="break-all font-bold">{data.url}</span>
<span>Total visitors: {data._count.analytic}</span>
Expand Down

0 comments on commit f48814d

Please sign in to comment.