Skip to content

Commit

Permalink
Update logos.js
Browse files Browse the repository at this point in the history
Removal of 'Current PArtners'
  • Loading branch information
Philbox authored Feb 13, 2025
1 parent 4b28618 commit 0b46fc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/structure/logos.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ 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"}>Current partners</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 0b46fc4

Please sign in to comment.