Skip to content

Commit

Permalink
fix: dashboard instance link.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccox committed Oct 10, 2024
1 parent 674ec2b commit 849c662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function Dashboard() {
<ActionIcon
variant="light"
color="violet"
onClick={() => onClickInstance(instance, `/ins/${instance.id}/index`)}
onClick={() => onClickInstance(instance, `/ins/${instance.id}`)}
>
<IconBooks size={24} />
</ActionIcon>
Expand Down

0 comments on commit 849c662

Please sign in to comment.