style(lists): remove skeleton card wrapper
This commit is contained in:
@@ -25,7 +25,7 @@ export function ListPageSkeleton({
|
|||||||
: "grid grid-cols-1 gap-4 md:grid-cols-2 2xl:grid-cols-3";
|
: "grid grid-cols-1 gap-4 md:grid-cols-2 2xl:grid-cols-3";
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-1 flex-col rounded-3xl border border-slate-200 bg-white p-5 shadow-sm dark:border-slate-800 dark:bg-slate-900 sm:p-6">
|
<div>
|
||||||
{variant === "list" ? (
|
{variant === "list" ? (
|
||||||
<div className="flex flex-1 flex-col gap-4 animate-pulse">
|
<div className="flex flex-1 flex-col gap-4 animate-pulse">
|
||||||
{items.map((item) => (
|
{items.map((item) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user