Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
0.5.55
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelrk committed Jun 4, 2024
1 parent 89c8d52 commit e5dbc7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// latest version of netzo/cli (see https://github.com/netzo/netzo/releases)
export const VERSION = "0.5.54";
export const VERSION = "0.5.55";

// minimum version of Deno required to run this CLI
// (see https://github.com/denoland/deployctl/blob/main/src/version.ts)
Expand Down
3 changes: 2 additions & 1 deletion lib/components/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const TableHeader = React.forwardRef<
<thead
ref={ref}
className={cn(
"[&_tr]:border-b",
// see https://github.com/shadcn-ui/ui/issues/1151#issuecomment-2061041509
"[&_tr]:border-0 [&_tr]:shadow-[inset_0_-1px_0] [&_tr]:shadow-border",
"sticky top-0 bg-secondary border-b z-10",
className,
)}
Expand Down

0 comments on commit e5dbc7b

Please sign in to comment.