Skip to content

Commit

Permalink
removing logo prop from quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosammito committed May 6, 2024
1 parent c2bb094 commit b344c35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/static-components/CommunitySection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ export const CommunitySection: React.FC = () => {
</Quote>
</Col>
<Col xs={12} lg={3} mb={1}>
<Quote name={"Dario Pranjic"} position={"Co-Founder Code0"} logo={"sds"}>
Code0 is a game-changer, simplifying the creative process and letting me focus on the big picture without any coding needed
<Quote name={"Dario Pranjic"} position={"Ruby / Java backend developer"}>
Code0 is a game-changer, simplifying the creative process and letting me focus on the big picture
without any coding needed
</Quote>
</Col>
<Col xs={12} lg={3} mb={1}>
<Quote name={"Niklas van Schrick"} position={"Gitlab Core-Team"}
logo={""}>
The product enables us to create complex backend infrastructure in no-time.
It completely replaces the need to lean any programming language and everyone can build flows.
<Quote name={"Niklas van Schrick"} position={"Gitlab Core-Team"}>
Code0 allows me to quickly create my personal projects and host it without complex infrastructure
configuration or server maintenance.
</Quote>
</Col>
</Row>
Expand Down

0 comments on commit b344c35

Please sign in to comment.