Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions components/troubleshooting-flow.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use client";

import Link from 'next/link';
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';

type SupportLink = {
Expand Down Expand Up @@ -812,7 +811,7 @@ ${docsList}`;
</p>
)}

<div className="mt-6 grid gap-3 md:grid-cols-3">
<div className="mt-6 grid gap-3 md:grid-cols-2">
<a
href="https://status.codexeditor.com"
target="_blank"
Expand All @@ -835,15 +834,6 @@ ${docsList}`;
Start here for a quick check on whether the issue is known.
</span>
</a>
<Link
href="/docs/project-management/reporting-bugs"
className="rounded-xl border border-fd-border bg-fd-background px-4 py-4 text-sm text-fd-foreground transition-colors hover:border-fd-primary/40 hover:bg-fd-primary/5"
>
<span className="block text-base font-semibold">File a bug report</span>
<span className="mt-2 block text-fd-muted-foreground">
Use the reporting guide to decide whether it belongs on GitHub.
</span>
</Link>
</div>

<div className="mt-4 border-t border-fd-border pt-4 text-center">
Expand Down
Loading