From 458d5cfadf9144fccf1d562accfa7cfddd0da510 Mon Sep 17 00:00:00 2001 From: Pranav-IIITM Date: Thu, 30 Jul 2026 16:53:16 +0530 Subject: [PATCH] fix: add missing path prop to PR submission button Signed-off-by: Pranav-IIITM --- src/pages/community.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/community.tsx b/src/pages/community.tsx index d72cdf53c1..8358079c09 100644 --- a/src/pages/community.tsx +++ b/src/pages/community.tsx @@ -187,7 +187,7 @@ const PullRequestSection = () => { return
  • {item}
  • ; })} -