Updated guild page
This commit is contained in:
@@ -8,6 +8,7 @@ import { Loader2Icon, ShieldAlert } from "lucide-react"
|
||||
import { Suspense } from "react"
|
||||
import z from "zod"
|
||||
import { GuildPageLoadText } from "./_client"
|
||||
import Sidebar from "./_components/sidebar"
|
||||
|
||||
export default function GuildPage({ params, searchParams }: PageProps<"/guild/[value]">) {
|
||||
const maintenance = env.MAINTENANCE_MODE
|
||||
@@ -100,6 +101,12 @@ async function SuspendedPage({ params, searchParams }: Pick<PageProps<"/guild/[v
|
||||
<span className={cn(getColor(guild.tagColor, "text", "gray"))}>{guild.name}</span>
|
||||
</h1>
|
||||
</div>
|
||||
<div className="flex flex-col gap-6 px-6 pb-4 mt-8 w-full max-w-7xl md:flex-row">
|
||||
<Sidebar guild={guild} />
|
||||
<div className="mx-auto w-full lg:mx-0 lg:w-3/4 max-w-120 md:max-w-7/10">
|
||||
Hello
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user