This repository was archived by the owner on Jan 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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}
You canโt perform that action at this time.
0 commit comments