Skip to content

Commit

Permalink
💄 NameComponent 줄바꿈 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Squarecat-meow committed Jan 8, 2025
1 parent 0481e49 commit fdff711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/NameComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function NameComponents({ username, height }: username) {
key={key}
/>
) : (
<span className="break-keep" key={key}>
<span className="break-all" key={key}>
{el}
</span>
)}
Expand Down

0 comments on commit fdff711

Please sign in to comment.