Skip to content

Commit

Permalink
fix: backstage redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowballXueQiu committed Aug 25, 2024
1 parent 40d4b52 commit b2a2ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(root)/backstage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function Backstage() {
<Button
size="xl"
leftSection={<IconChecklist />}
onClick={() => handleNavigation('/editor/judge')}
onClick={() => handleNavigation('/backstage/judge')}
>
批改问卷
</Button>
Expand Down

0 comments on commit b2a2ca4

Please sign in to comment.