Skip to content

Commit

Permalink
cleanup: remove unnecessary components
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Dec 10, 2024
1 parent 5847633 commit 1fdecc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
15 changes: 0 additions & 15 deletions src/app/(dashboard)/explorer/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { AuthBoundary } from "@/components/AuthBoundary";
import { ConnectDiscord } from "@/components/ConnectDiscord";
import { SignInButton } from "@/components/SignInButton";
import { Suspense } from "react";
import {
Expand Down Expand Up @@ -43,20 +42,6 @@ const Explorer = async () => {

<AssociatedGuildsSection />

{/* TODO: delete this before merging the PR */}
<section>
<h2 className="mt-12 font-bold text-lg tracking-tight">
Connect Discord
</h2>
<AuthBoundary
fallback={
<p>You must sign in before connecting your Discord account</p>
}
>
<ConnectDiscord />
</AuthBoundary>
</section>

<h2
className="mt-12 font-bold text-lg tracking-tight"
id={ACTIVE_SECTION.exploreGuilds}
Expand Down
18 changes: 0 additions & 18 deletions src/components/ConnectDiscord.tsx

This file was deleted.

0 comments on commit 1fdecc3

Please sign in to comment.