Skip to content

Commit a2edaa5

Browse files
authored
[#227] ✨ portfolio 상세 페이지 (#234)
* [#227] ✨ add community id page * [#227] 💄 change people plus icon * [#227] ✨ add calculate date diff util funcs * [#227] 🔧 update types * [#227] ✨ add constants * [#227] ✨ portfolio detail page
1 parent 6810361 commit a2edaa5

File tree

9 files changed

+623
-9
lines changed

9 files changed

+623
-9
lines changed

src/app/(pages)/community/[id]/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,7 @@ export default async function CommunityDetailPage({
234234
{communityTitle}
235235
</Text.Heading>
236236
</div>
237-
<div className='tiptap tiptap-editor mb-20'>
238-
{parse(communityContent, options)}
239-
</div>
237+
<div className='tiptap mb-20'>{parse(communityContent, options)}</div>
240238
<div className='flex items-center gap-8'>
241239
{isComment && (
242240
<Clickable

0 commit comments

Comments
 (0)