Skip to content

Commit

Permalink
chore(dashboard): revert close navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock committed Oct 30, 2024
1 parent b1815a5 commit c66e756
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const InAppEditor = () => {
size="xs"
className="size-6"
onClick={() => {
navigate('.', { relative: 'path' });
navigate('../', { relative: 'path' });
}}
>
<Cross2Icon className="h-4 w-4" />
Expand Down

0 comments on commit c66e756

Please sign in to comment.