add test mode to checkout

This commit is contained in:
2026-01-20 10:41:32 -03:00
parent fde5c31ffc
commit 49e0c3333b
13 changed files with 847 additions and 493 deletions

View File

@@ -42,11 +42,11 @@ export const columns: ColumnDef<Org>[] = [
return (
<div className="flex gap-2.5 items-center">
<div className="relative">
<div className="relative hidden lg:block">
{subscription_covered ? (
<BadgeCheckIcon className="fill-blue-500 stroke-white absolute size-4 dark:size-3.5 -top-0 -right-0 z-2" />
) : null}
<Avatar className="size-10 hidden lg:block">
<Avatar className="size-10">
<AvatarFallback className="border">
{initials(name)}
</AvatarFallback>