Skip to content

Commit

Permalink
Update logos.js
Browse files Browse the repository at this point in the history
Restored line 12 to allow text to be added within <h3></he>
  • Loading branch information
Philbox authored Feb 13, 2025
1 parent 0b46fc4 commit 9c2c8bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/structure/logos.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Logos extends React.Component {

return (
<Container fluid className={"bg-white my-3 py-3"}>
<Container><h3 className={"display-5 text-center fw-bold text-success"}></h3></Container>
<Col md={10} className="mx-auto pt-2 my-4">
<Row className="justify-content-center mb-2">
{this.props.logos.nodes.map((item, i) => (
Expand Down

0 comments on commit 9c2c8bf

Please sign in to comment.