Saved your changes before starting work

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 887925db-3598-4f1b-ade3-3c14f6e73e74
Replit-Commit-Checkpoint-Type: full_checkpoint
This commit is contained in:
kimjaehyeon0101
2025-09-30 03:38:44 +00:00
parent 29e4194cd8
commit 324013c2e5

View File

@ -207,7 +207,7 @@ export default function Article() {
); );
} }
return ( return (
<p key={index} className="mb-3 whitespace-pre-wrap leading-normal"> <p key={index} className="mb-3 whitespace-pre-wrap leading-tight">
{part.content} {part.content}
</p> </p>
); );