From c50c6c89d19adffff276aae2037e782d5053fd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Sat, 15 Jun 2019 02:01:51 +0200 Subject: [PATCH] add learnxinymin --- pages/general/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/general/index.vue b/pages/general/index.vue index c7bbfbe..e6bce83 100644 --- a/pages/general/index.vue +++ b/pages/general/index.vue @@ -53,6 +53,11 @@ export default { desc: 'Challenge yourself on kata, created by the community to strengthen different skills. Master your current language of choice, or expand your understanding of a new one.', url: 'https://www.codewars.com/' }, + { + title: 'Learn X in Y min', + desc: 'Take a whirlwind tour of your next favorite language. Community-driven!', + url: 'https://learnxinyminutes.com/' + }, ] } },