From 408fe64b3a75815ed70f335c4f6774d15c2f6f4c Mon Sep 17 00:00:00 2001 From: Arun Kumar Date: Sat, 18 Oct 2025 22:47:53 +0530 Subject: [PATCH] feat: add active repo link --- _data/repos.js | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/repos.js b/_data/repos.js index ed268e7..879af1f 100644 --- a/_data/repos.js +++ b/_data/repos.js @@ -62,4 +62,5 @@ export const repos_list = [ 'https://github.com/hoppscotch/hoppscotch', 'https://github.com/elastic/kibana', 'https://github.com/darkreader/darkreader', + 'https://github.com/storybookjs/storybook', ]