diff --git a/src/app/components/AboutBrief.tsx b/src/app/components/AboutBrief.tsx index f093d15..4330534 100644 --- a/src/app/components/AboutBrief.tsx +++ b/src/app/components/AboutBrief.tsx @@ -8,7 +8,7 @@ export default function AboutBrief() { return (

{person.name}

-

{md(person.brief)}

+
{md(person.brief)}
) } diff --git a/src/app/components/job/JobsCards.tsx b/src/app/components/job/JobsCards.tsx index 9809499..043d053 100644 --- a/src/app/components/job/JobsCards.tsx +++ b/src/app/components/job/JobsCards.tsx @@ -4,7 +4,6 @@ import Container from 'react-bootstrap/Container'; import Col from 'react-bootstrap/Col'; import Row from 'react-bootstrap/Row'; import JobCard, { JobCardPlaceholder } from './JobCard'; -import { partition } from '../../utils'; import { JobListProps } from './types'; export type Props = {