Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 36aa5e6

Browse files
authored
๐Ÿ’„ Style council intro ui (#404)
1 parent c2cc91a commit 36aa5e6

File tree

1 file changed

+9
-9
lines changed
  • app/[locale]/community/council/intro

1 file changed

+9
-9
lines changed

โ€Žapp/[locale]/community/council/intro/page.tsxโ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@ export default async function CouncilIntroPage() {
3333
return (
3434
<PageLayout titleType="big" removePadding>
3535
<div className="bg-neutral-100 px-5 pb-12 pt-7 sm:py-11 sm:pl-[6.25rem] sm:pr-[22.5rem]">
36-
<LoginVisible role={['ROLE_COUNCIL', 'ROLE_STAFF']}>
37-
<div className="mb-8 text-right">
38-
<EditButton href={`${councilPath}/edit`} />
39-
</div>
40-
</LoginVisible>
41-
<HTMLViewer htmlContent={description} />
42-
</div>
43-
<div className="px-5 pb-16 pt-10 sm:pl-[6.25rem] sm:pr-[22.5rem]">
4436
<h2 className="mb-6 text-base font-semibold">์กฐ์ง๋„</h2>
4537
<Image
4638
src={imageURL}
4739
alt="ํ•™์ƒํšŒ_๊ตฌ์„ฑ๋„"
4840
width={580}
4941
height={435}
50-
className="w-full object-contain sm:w-[580px]"
42+
className="w-full object-contain"
5143
/>
5244
</div>
45+
<div className="px-5 pb-16 pt-10 sm:pl-[6.25rem] sm:pr-[22.5rem]">
46+
<LoginVisible role={['ROLE_COUNCIL', 'ROLE_STAFF']}>
47+
<div className="mb-8 text-right">
48+
<EditButton href={`${councilPath}/edit`} />
49+
</div>
50+
</LoginVisible>
51+
<HTMLViewer htmlContent={description} />
52+
</div>
5353
</PageLayout>
5454
);
5555
}

0 commit comments

Comments
ย (0)