Skip to content

Commit

Permalink
Update src/components/Home/Intro.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlovin authored Jun 14, 2024
1 parent f9a13af commit 572fa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function SectionTitle(props) {
}

function SectionContent(props) {
return <div className="col-span-10 " {...props} />
return <div className="col-span-10" {...props} />
}

interface TableRowProps {
Expand Down

0 comments on commit 572fa00

Please sign in to comment.