Skip to content

Commit

Permalink
feat: add all logos
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns committed Aug 21, 2023
1 parent c64a48f commit 067b7fa
Show file tree
Hide file tree
Showing 11 changed files with 2,113 additions and 1,892 deletions.
3,844 changes: 1,957 additions & 1,887 deletions assets/homepage.ai

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rocketconnect.co.uk-backend",
"main": "./src/index.ts",
"scripts": {
"start": "NODE_ENV=production node ./dist/src/index.js",
"start": "NODE_ENV=production node ./dist/index.js",
"dev": "NODE_ENV=development ts-node ./src/index.ts",
"build": "NODE_ENV=production tsc"
},
Expand Down
Binary file added frontend/public/40DE61C276EBB6A5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/40DE61C276EBB6A6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/bobsled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions frontend/public/bobsled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/cityjs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions frontend/public/cityjs.png.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 81 additions & 0 deletions frontend/public/pabau.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions frontend/src/components/utils/images.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ export { default as neo4j } from "../../../public/neo4j.svg";
export { default as prisma } from "../../../public/prisma.svg";
// @ts-ignore
export { default as gqlVis } from "../../../public/graphql-visualizer.svg";
// @ts-ignore
export { default as cityjs } from "../../../public/cityjs.png";
// @ts-ignore
export { default as bobsled } from "../../../public/bobsled.svg";
// @ts-ignore
export { default as pabau } from "../../../public/pabau.svg";
8 changes: 4 additions & 4 deletions frontend/src/components/views/TrustedBy.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { neo4j, prisma, gqlVis } from "../utils/images";
import { neo4j, prisma, gqlVis, cityjs, bobsled, pabau } from "../utils/images";
import { Container } from "../utils/Container";

const trustedBy = [
{ logo: neo4j },
{ logo: prisma },
{ logo: gqlVis },
{ logo: neo4j }, // Duplicate
{ logo: prisma }, // Duplicate
{ logo: gqlVis }, // Duplicate
{ logo: cityjs },
{ logo: bobsled },
{ logo: pabau },
];

export function TrustedBy() {
Expand Down

0 comments on commit 067b7fa

Please sign in to comment.