We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb5fe1 commit 4791386Copy full SHA for 4791386
nextjs/components/TSCSection.tsx
@@ -103,7 +103,10 @@ export default function TSCSection() {
103
loading="lazy"
104
/>
105
</div>
106
- <p className="text-gray-500 mt-2 space-y-4">{member.bio}</p>
+ <div
107
+ className="text-white mt-2 [&>p]:mb-4 [&>p:last-child]:mb-0"
108
+ dangerouslySetInnerHTML={{ __html: member.bio }}
109
+ />
110
<button
111
className="text-black text-lg rounded-full py-1.5 px-[26px] bg-white-dark self-center mt-4 cursor-pointer"
112
onClick={() => setOpenBio(null)}
0 commit comments