fix admin
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
|||||||
DataTableColumnSelect
|
DataTableColumnSelect
|
||||||
} from '@repo/ui/components/data-table'
|
} from '@repo/ui/components/data-table'
|
||||||
import { columns as columns_, type Order } from '@repo/ui/routes/orders/columns'
|
import { columns as columns_, type Order } from '@repo/ui/routes/orders/columns'
|
||||||
|
import { Abbr } from '@repo/ui/components/abbr'
|
||||||
|
|
||||||
export type { Order }
|
export type { Order }
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ export const columns: ColumnDef<Org>[] = [
|
|||||||
return (
|
return (
|
||||||
<div className="flex gap-2.5 items-center">
|
<div className="flex gap-2.5 items-center">
|
||||||
<Avatar className="size-10 hidden lg:block">
|
<Avatar className="size-10 hidden lg:block">
|
||||||
<AvatarFallback>{initials(name)}</AvatarFallback>
|
<AvatarFallback className="border">{initials(name)}</AvatarFallback>
|
||||||
</Avatar>
|
</Avatar>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export default function Route({ loaderData }: Route.ComponentProps) {
|
|||||||
<SidebarInset className="relative flex flex-col flex-1 min-w-0">
|
<SidebarInset className="relative flex flex-col flex-1 min-w-0">
|
||||||
<header
|
<header
|
||||||
className="bg-background/15 backdrop-blur-sm
|
className="bg-background/15 backdrop-blur-sm
|
||||||
px-4 py-2 lg:py-4 sticky top-0 z-5
|
px-4 py-2 lg:py-4 sticky top-0 z-10
|
||||||
md:rounded-t-2xl"
|
md:rounded-t-2xl"
|
||||||
>
|
>
|
||||||
<div className="container mx-auto flex items-center max-w-7xl">
|
<div className="container mx-auto flex items-center max-w-7xl">
|
||||||
|
|||||||
Reference in New Issue
Block a user