Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] callback, logout 페이지에서의 Entry 중앙 정렬 #296

Merged
merged 1 commit into from
Sep 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/client/src/routes/callback/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<Shell mainClass='p-10'>
<Navigation slot='navigation' class='w-full h-full min-h-screen' collapsable={false}>
<NavigationContent>
<Entry class='h-full justify-center' name='SOONGSIL UNIV. IT'>
<Entry class='grow h-full justify-center' name='SOONGSIL UNIV. IT'>
{#if !response}
<Button disabled class='bg-primary-800 text-white w-full h-16 text-xl' isIconRight={true}>
로그인 중...
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/routes/logout/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Shell mainClass='p-10'>
<Navigation slot='navigation' class='w-full h-full min-h-screen' collapsable={false}>
<NavigationContent>
<Entry class='h-full justify-center' name='SOONGSIL UNIV. IT'>
<Entry class='grow h-full justify-center' name='SOONGSIL UNIV. IT'>
<Button disabled class='bg-primary-800 text-white w-full h-16 text-xl' isIconRight={true}>
로그아웃 중...
<ArrowClockwise class='animate-spin' slot='icon' />
Expand Down