Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Senity-Waved/Waved_FE in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
sryung1225 committed Apr 14, 2024
2 parents 71137d0 + 0f9f991 commit fbb6e32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file modified public/images/image-waved-preview3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 fbb6e32

Please sign in to comment.