Skip to content

Commit

Permalink
style(time): apply container style at PageLayout (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
SWARVY committed Aug 9, 2024
1 parent 608bf23 commit ad9db16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/time/src/app/timetable/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { TimeTableLayout } from '@/widgets/time-table';

export default function TimeTablePage() {
return (
<PageLayout nav footer className="w-full space-y-4">
<PageLayout nav footer className="container w-full space-y-4">
<TimeTableLayout />
</PageLayout>
);
Expand Down

0 comments on commit ad9db16

Please sign in to comment.