fixed a typo in serverheader
This commit is contained in:
parent
fca82def36
commit
f8f4f0f94a
@ -6,7 +6,7 @@ import { currentProfile } from "@/lib/current-profile";
|
|||||||
import { db } from "@/lib/db";
|
import { db } from "@/lib/db";
|
||||||
|
|
||||||
import { ScrollArea } from "@/components/ui/scroll-area";
|
import { ScrollArea } from "@/components/ui/scroll-area";
|
||||||
import { SeverHeader } from "./server-header";
|
import { ServerHeader } from "./server-header";
|
||||||
import { ServerSearch } from "./server-search";
|
import { ServerSearch } from "./server-search";
|
||||||
|
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ export const ServerSidebar = async ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col h-full text-primary w-full dark:bg-[#2B2D31] bg-[#F2F3F5]">
|
<div className="flex flex-col h-full text-primary w-full dark:bg-[#2B2D31] bg-[#F2F3F5]">
|
||||||
<SeverHeader
|
<ServerHeader
|
||||||
server={server}
|
server={server}
|
||||||
role={role}
|
role={role}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user