Skip to content

Commit

Permalink
Merge pull request #200 from SystemConsultantGroup/develop
Browse files Browse the repository at this point in the history
수정사항 반영을 위해 머지합니다.
  • Loading branch information
hynseok authored Dec 2, 2024
2 parents 4d44ee1 + 0a8192c commit d12fee6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ export default function RootLayout({ children }: Props) {
<AuthProvider>
<Notifications />
<AppShell>{children}</AppShell>
<footer style={{ textAlign: "center", fontSize: "12px" }}>
Copyright © 2024 성균관대학교 시스템컨설턴트그룹 All rights reserved.
</footer>
</AuthProvider>
</MantineProvider>
</SWRProvider>
Expand Down

0 comments on commit d12fee6

Please sign in to comment.