Skip to content

Commit

Permalink
[๐ŸŽจ style] ์˜จ๋ณด๋”ฉ ์Šค๋‚ต๋ฐ” ๋ Œ๋”๋ง ์ดํ›„ ํ•ด๋‹น ์˜์—ญ ์ œ๊ฑฐ ๋ฐ ๋งˆ์ง„ ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeyooon committed Apr 14, 2024
1 parent 45d3150 commit 0f9f991
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ export default function OnBoarding() {
): void => {
setSnackBarState({ open: true, text: snackBarText, type: snackBarType });
router.replace('/', undefined, { shallow: true }).catch(console.error);
setTimeout(() => {
setSnackBarState({
open: false,
text: '',
});
}, 3500);
};

if (query.logout) {
Expand Down Expand Up @@ -197,7 +203,7 @@ const SServiceRegisterText = styled.p`
line-height: 1.4;
margin: 0 auto;
text-align: center;
margin-bottom: 0.25rem;
margin-bottom: 2.5rem;
`;

const SServicePolicyLink = styled(Link)`
Expand Down

0 comments on commit 0f9f991

Please sign in to comment.