Skip to content

Commit 62a0128

Browse files
committed
feat(talk): Update talk keywords
1 parent 014678f commit 62a0128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/talks/sara-vieira.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ module.exports = {
66
title: "State Management in React Apps with Apollo Client",
77
description: "Apollo has given us freedom and happiness when it comes to managing our data coming from the server but we still had to write code and sometimes a lot of it to manage our local state? Well, what if we managed it with queries too? Sounds too awesome right? Let's learn how to do this with apollo-link-state.",
88
type: enums.PRESENTATION,
9-
keywords: require("../speakers/sara-vieira").keywords,
9+
keywords: [keywords.APOLLO, keywords.GRAPHQL],
1010
};

0 commit comments

Comments
 (0)