Skip to content

Commit

Permalink
chore/#50: 테스트 복원
Browse files Browse the repository at this point in the history
  • Loading branch information
yh-project committed Aug 27, 2024
1 parent bc0d167 commit e8a4668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ssh-web/src/components/molecules/LoginNav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { LoginNavProps } from './LoginNav.types';
import { loginNavStyles } from './LoginNav.styles';

export const LoginNav = ({ children, classNameStyles }: LoginNavProps) => {
console.log('it"s for test');
return (
<div className={`${loginNavStyles()} ${classNameStyles}`}>
<a href="https://www.solsol-high.kro.kr/api/oauth2/authorization/naver">
Expand Down

0 comments on commit e8a4668

Please sign in to comment.