Skip to content

Commit 29e1bbb

Browse files
committed
feat(talk): Update keywords of Nik's talks
1 parent 88fa73e commit 29e1bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/talks/nik-graf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ module.exports = {
66
title: "Get started with Reason",
77
description: "We will kick off with the basics and then quickly go into how to leverage features like variant types and pattern matching to make impossible states impossible. After you gained some knowledge about the basics the course will dig even further into ReasonReact.",
88
type: enums.PRESENTATION,
9-
keywords: require("../speakers/nik-graf").keywords,
9+
keywords: [keywords.REASON, keywords.REACT],
1010
};

0 commit comments

Comments
 (0)