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