diff --git a/frontend/src/components/home/CommunitySection.vue b/frontend/src/components/home/CommunitySection.vue index 1568995..be7d64a 100644 --- a/frontend/src/components/home/CommunitySection.vue +++ b/frontend/src/components/home/CommunitySection.vue @@ -39,84 +39,85 @@ const selectedTab = ref('popular') label="커뮤니티 정렬" /> - - - -
- - -

- {{ post.excerpt }} -

- - - - - - + + + +
+ +
diff --git a/frontend/src/components/home/NewsSection.vue b/frontend/src/components/home/NewsSection.vue index 33a4d11..f64e148 100644 --- a/frontend/src/components/home/NewsSection.vue +++ b/frontend/src/components/home/NewsSection.vue @@ -37,46 +37,47 @@ const selectedTab = ref('notice') :label="`${title} 분류`" /> - - - - + - {{ item.title }} - 신규 - {{ item.date }} - - + + + + {{ item.title }} + 신규 + {{ item.date }} + +
+