Skip to content

Commit fc5c528

Browse files
committed
added graphql as a technology
1 parent 00706f9 commit fc5c528

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import mixpanel from "mixpanel-browser"
33
import VueLogo from "./images/vue.svg"
44
import ApolloLogo from "./images/apollo.svg"
55
import AntLogo from "./images/ant.svg"
6-
import Cognitologo from "./images/aws-cognito.svg"
6+
import GraphQLLogo from "./images/graphql.svg"
77
import DynamoLogo from "./images/aws-dynamodb.svg"
88
import LambdaLogo from "./images/aws-lambda.svg"
99
import PostmarkLogo from "./images/postmark.jpeg"
@@ -106,7 +106,7 @@ const backendTechStack = [
106106
technology: "Stripe",
107107
url: "https://stripe.com/",
108108
},
109-
109+
{ logo: GraphQLLogo, technology: "GraphQL", url: "https://graphql.org" },
110110
{
111111
logo: SeedLogo,
112112
technology: "Seed",

src/images/graphql.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)