From 43b6ea42d5810419c44c76f9195155e2fb5bb4ad Mon Sep 17 00:00:00 2001 From: KieranVR Date: Tue, 7 Apr 2026 10:39:20 -0700 Subject: [PATCH] Remove bug report card from troubleshooting handoff step Drop the third grid link to reporting-bugs; keep status and Discord cards in a two-column layout on step 5. Made-with: Cursor --- components/troubleshooting-flow.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/components/troubleshooting-flow.tsx b/components/troubleshooting-flow.tsx index d4b20c7..f9c82a4 100644 --- a/components/troubleshooting-flow.tsx +++ b/components/troubleshooting-flow.tsx @@ -1,6 +1,5 @@ "use client"; -import Link from 'next/link'; import { useCallback, useEffect, useMemo, useRef, useState } from 'react'; type SupportLink = { @@ -812,7 +811,7 @@ ${docsList}`;

)} -
+
- - File a bug report - - Use the reporting guide to decide whether it belongs on GitHub. - -