Skip to content

Commit

Permalink
fix :: 글씨 깨짐
Browse files Browse the repository at this point in the history
fix :: 글씨 깨짐
  • Loading branch information
phyuna0525 authored Aug 20, 2024
2 parents 1b5e36a + f6da3fc commit 70a076c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/common/list/changeClass/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const ChangeClass: React.FC<ChangeClassProps> = ({
>
<div className="text-Button-L text-neutral-50">{student}</div>
<div className="flex gap-4 text-Button-L text-neutral-50">
<p className=" w-8">{prevClass}</p>
<p className=" w-28">{prevClass}</p>
<Image src={nextArrow} alt="" />
<p className=" w-28 flex justify-center">{nextClass}</p>
</div>
Expand Down

0 comments on commit 70a076c

Please sign in to comment.