Skip to content

Commit

Permalink
Update ServiceEnd version
Browse files Browse the repository at this point in the history
  • Loading branch information
yoosion030 committed Aug 12, 2023
1 parent ac6dd42 commit dd29e71
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
12 changes: 1 addition & 11 deletions packages/hello-gsm/src/components/Common/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,7 @@ const Header: React.FC = () => {
</Link>
</S.NavBar>
{!logged ? (
<S.MemberBox
css={css`
justify-content: flex-end;
`}
>
<Link href="/auth/signin" passHref>
<S.AuthButton css={select('/auth/signin')}>
로그인하기
</S.AuthButton>
</Link>
</S.MemberBox>
<S.MemberBox />
) : (
<S.MemberBox>
<Link href="/mypage" passHref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const MainPageDescription: React.FC<MainDescStatusType> = ({
? setIndex(5)
: setIndex(7);
} else {
setIndex(6);
setIndex(7);
}
}
}, [selectedIndex]);
Expand Down
9 changes: 0 additions & 9 deletions packages/hello-gsm/src/components/SideBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ const SideBar: NextPage = () => {
<NavLink href="/faq">자주 묻는 질문</NavLink>
{logged && <NavLink href="/mypage">내정보</NavLink>}
</S.LinkWrapper>
{logged ? (
<a href={auth.logout()}>
<S.LogOut>로그아웃</S.LogOut>
</a>
) : (
<S.Auth>
<NavLink href="/auth/signin">로그인</NavLink>
</S.Auth>
)}
</S.NavSection>
</S.SideBar>
</>
Expand Down

1 comment on commit dd29e71

@vercel
Copy link

@vercel vercel bot commented on dd29e71 Aug 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hello-gsm – ./packages/hello-gsm

hello-gsm-git-serviceend-the-moment.vercel.app
hello-gsm-the-moment.vercel.app
hellogsm.kr
www.hellogsm.kr

Please sign in to comment.