Skip to content

Commit

Permalink
fixed the next/image, add differnt prop components to page.tsx, badge…
Browse files Browse the repository at this point in the history
… positioning, added board profile webp
  • Loading branch information
shuuvi committed Feb 1, 2025
1 parent 2b7f4ba commit 956442c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/board/Board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ const Page = (props: {
<div className="p-1 font-songMyung text-xl font-bold text-hsa-blue-100">
{props.name}
</div>
<div className="font-openSans text-hsa-gray-300">
{props.position}
</div>
<div className="font-openSans text-hsa-gray-300">{props.position}</div>
</div>
</div>
);
Expand Down

0 comments on commit 956442c

Please sign in to comment.