Skip to content
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

Merged
merged 5 commits into from
Nov 2, 2023

Conversation

Ubinquitous
Copy link
Member

작업사항

변경한 점

스크린샷

@Ubinquitous Ubinquitous self-assigned this Nov 2, 2023
@Ubinquitous Ubinquitous added the bug Something isn't working label Nov 2, 2023
<PostListItem key={index}>
<StyledTitle>asodnsaklcn</StyledTitle>
<StyledDate>2023.10.14.</StyledDate>
{posts.map((post) => (

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)`

Choose a reason for hiding this comment

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

요호호 Link 태그를 상속받았군요

@Ubinquitous Ubinquitous merged commit 9882058 into main Nov 2, 2023
@@ -0,0 +1,21 @@
import dayjs from "dayjs";
Copy link
Contributor

Choose a reason for hiding this comment

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

dayjs 사용하셨네요 좋습니다

@Ubinquitous Ubinquitous deleted the fix/home branch November 27, 2023 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants