From b141713ae4c737249433d9f5aa9ef8c5d6fda73b Mon Sep 17 00:00:00 2001 From: helloAmulya Date: Sat, 16 Aug 2025 03:48:33 +0530 Subject: [PATCH] fix #343: Fundamentals button now opens docs panel instead of refreshing the page. --- components/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/list.js b/components/list.js index de0ae4eb3..1a1973519 100644 --- a/components/list.js +++ b/components/list.js @@ -41,6 +41,6 @@ const post = p => ` const tag = t => ` - ${t} + ${t} `; \ No newline at end of file