From a13c40f505a8eec582b0e0ece3f66358440b3e2e Mon Sep 17 00:00:00 2001 From: filipkowal Date: Mon, 21 Dec 2020 23:54:40 +0100 Subject: [PATCH] Add a link to a fix of panels' deactivation Before, a panel would stay activated even when a new one was clicked. Now it deactivates so that always only one is activated. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e972a4a121..6c5f4261b4 100644 --- a/readme.md +++ b/readme.md @@ -52,6 +52,7 @@ Feel free to submit a PR adding a link to your own recaps, guides or reviews! * [Eshan Vohra](https://github.com/eshanvohra) is currently doing this challenge. Check out my repo [here](https://github.com/eshanvohra/JavaScript30). * [RegusAl](https://github.com/RegusAl) is currently doing this challenge. Check out my repo [here](https://github.com/RegusAl/JavaScript30). * [Ayush Gupta's](https://javascript30.ayushgupta.tech/) implementation of JavaScript30 challenge with some add-ons & updated design. +* [filipkowal](https://github.com/filipkowal/JS30-05-Flex-Panels-Deactivate) Fix to flex panels (5th day) so the panels deactivate when clicked on another one. ## Alternative Implementations