-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
홈 레이아웃에 API를 연결하고 버그를 수정했습니다. #99
Conversation
<PostListItem key={index}> | ||
<StyledTitle>asodnsaklcn</StyledTitle> | ||
<StyledDate>2023.10.14.</StyledDate> | ||
{posts.map((post) => ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API연결 좋습니다.
@@ -22,9 +36,10 @@ const Container = styled.div` | |||
gap: 8px; | |||
`; | |||
|
|||
const PostListItem = styled.div` | |||
const PostListItem = styled(Link)` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요호호 Link 태그를 상속받았군요
@@ -0,0 +1,21 @@ | |||
import dayjs from "dayjs"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dayjs 사용하셨네요 좋습니다
작업사항
변경한 점
스크린샷