mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-27 02:14:50 +10:00
Merge pull request #1195 from busches/castform-masthead-spacing
fix: extra whitespace in Castform header
This commit is contained in:
@@ -96,8 +96,12 @@ export const MastheadMain: React.FC = () => {
|
|||||||
const { summary } = useAppSelector((state) => state.resume.present.basics);
|
const { summary } = useAppSelector((state) => state.resume.present.basics);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="px-4 pt-4">
|
<>
|
||||||
<Markdown>{summary}</Markdown>
|
{summary && (
|
||||||
</div>
|
<div className="px-4 pt-4">
|
||||||
|
<Markdown>{summary}</Markdown>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user