Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: modify typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jspark2000 committed Mar 25, 2024
1 parent 188a0eb commit b4e233a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/console/schedule/[id]/check/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function AttendanceCheckPage({
<h1 className="text-xl font-bold">출석 체크</h1>
<ScheduleCard params={params} />
<AttendanceCheckCarousel params={params} />
<Link href="/console/schedule/1" className="w-full">
<Link href={`/console/schedule/${params.id}`} className="w-full">
<Button className="w-full">뒤로가기</Button>
</Link>
</div>
Expand Down

0 comments on commit b4e233a

Please sign in to comment.