From d36d8425e807cd66553a21c96c9b33a849c6ed1c Mon Sep 17 00:00:00 2001 From: Kim Sang Ly Date: Wed, 5 Feb 2020 12:44:07 -0500 Subject: [PATCH] Add "Kotlin" category --- README.md | 1 + src/components/config/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 7668ac9d..fb037f63 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Some of the conferences have been pulled from other projects: - [See all JavaScript conferences](https://confs.tech/javascript) - [See all Java conferences](https://confs.tech/java) +- [See all Kotlin conferences](https://confs.tech/kotlin) - [See all CSS conferences](https://confs.tech/css) - [See all PHP conferences](https://confs.tech/php) - [See all Design / UX conferences](https://confs.tech/ux) diff --git a/src/components/config/index.js b/src/components/config/index.js index 47c5cc5f..677ca500 100644 --- a/src/components/config/index.js +++ b/src/components/config/index.js @@ -18,6 +18,7 @@ export const TOPICS = { iot: 'IoT / Hardware', java: 'Java', javascript: 'JavaScript', + kotlin: 'Kotlin', networking: 'Community / Networking', php: 'PHP', python: 'Python',