테스트
This commit is contained in:
parent
2143545db9
commit
c601d38889
@ -51,7 +51,6 @@ export default function Featured() {
|
||||
>
|
||||
View More
|
||||
</Button>
|
||||
<Button onClick={window.open('http://pf.kakao.com/_PrwzG/chat', '_blank')}>kakao</Button>
|
||||
</Stack>
|
||||
|
||||
{!isLoading && !Boolean(data?.data.length) ? (
|
||||
|
@ -28,7 +28,8 @@ import {
|
||||
FormControl,
|
||||
FormControlLabel,
|
||||
Select,
|
||||
MenuItem
|
||||
MenuItem,
|
||||
Button
|
||||
} from '@mui/material';
|
||||
import { LoadingButton } from '@mui/lab';
|
||||
// icons
|
||||
@ -204,6 +205,7 @@ export default function LoginForm() {
|
||||
</Typography>
|
||||
</Form>
|
||||
</FormikProvider>
|
||||
<Button onClick={window.open('http://pf.kakao.com/_PrwzG/chat', '_blank')}>kakao</Button>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user