Skip to content

Commit

Permalink
Merge pull request #29 from fastcampus-711/develop
Browse files Browse the repository at this point in the history
배포 최신화
  • Loading branch information
JeonYooDeok authored May 28, 2024
2 parents e7e7448 + cb23391 commit c23c6f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/board/BoardContentBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function BoardContentBox(props: BoardContentBoxProps) {
const { content } = props
return (
<div className="flex flex-col gap-6 mb-20">
<Image
{/* <Image
src={
"https://aptners.s3.ap-southeast-1.amazonaws.com/file/63c432c7-ac92-46bc-b95f-fbbf47c08d23.png"
}
Expand All @@ -17,7 +17,8 @@ export default function BoardContentBox(props: BoardContentBoxProps) {
height={0}
sizes="100vw"
style={{ width: "100%", height: "auto" }} // optional
/>
/> */}
<div className="w-full h-80 rounded-3xl bg-slate-200">img</div>
<p className="text-grey_900 text-xl font-medium">{content}</p>
</div>
)
Expand Down

0 comments on commit c23c6f6

Please sign in to comment.