From 10865cd736469853a26f069583fa9c2d0183ef84 Mon Sep 17 00:00:00 2001 From: Ethan Lee <63252912+ethethanlee@users.noreply.github.com> Date: Sat, 21 Dec 2024 07:03:49 -0500 Subject: [PATCH] [Platform] Creator profile description no longer ignores new lines (#9114) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #9086 ### Changes 🏗️ Added styling to the div that encapsulates the description that takes white space into account ### Checklist 📋 #### Code changes: - [ x] I have clearly listed my changes in the PR description - [ x] I have made a test plan - [ x] I have tested my changes according to the test plan: The test plan was to just make changes to profile bio and check the creator page to see if new lines were generated properly Below is what the new change looks like: Screenshot 2024-12-20 at 12 21 09 pm becomes... Screenshot 2024-12-20 at 12 21 15 pm --- .../frontend/src/app/store/creator/[creator]/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/autogpt_platform/frontend/src/app/store/creator/[creator]/page.tsx b/autogpt_platform/frontend/src/app/store/creator/[creator]/page.tsx index 7870517c5063..7474aef2e7a3 100644 --- a/autogpt_platform/frontend/src/app/store/creator/[creator]/page.tsx +++ b/autogpt_platform/frontend/src/app/store/creator/[creator]/page.tsx @@ -67,9 +67,13 @@ export default async function Page({

About

-
+
{creator.description}
+