301e7a2555
Add html-react-parser-backed RichText component that converts HTML strings from PocketBase rich-text fields into React elements without dangerouslySetInnerHTML. Replace raw <p> render in IntroSection and BioSection, and drop the invalid slug filters those collections lacked.
2 lines
42 B
TypeScript
2 lines
42 B
TypeScript
export { RichText } from './ui/RichText';
|