Skip to content

Commit

Permalink
Style: 글쓰기 버튼 태그 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
soulchicken committed Nov 3, 2023
1 parent 5602619 commit 092bd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/community/[character_id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import WriteButton from '@/components/community/WriteButton';
const Board = () => (
<>
<SEO title="Community - Board" />
<WriteButton />
<section css={pageCSS}>
<CommunityHeader />
<WriteButton />
<PostList />
</section>
<BottomNavBar pageName="Community" />
Expand Down

0 comments on commit 092bd29

Please sign in to comment.