Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
austenem committed Feb 5, 2025
1 parent 89690dd commit 7e493e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function SectionDescription({ addendum, children, subsection }: SectionDe
const contents = (
<Stack direction="column" gap={1} marginBottom={subsection ? 2 : 0}>
<Stack direction="row" gap={1} alignItems="start">
{/* Align icon with the first line of text */}
<Box marginTop={0.4}>
<InfoIcon color="primary" fontSize={iconSize} />
</Box>
Expand Down

0 comments on commit 7e493e0

Please sign in to comment.