File tree Expand file tree Collapse file tree
src/components/DeliveryLead Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export function DeliveryLeadSubmissionList({
7575
7676 if ( isLoading ) {
7777 return (
78- < div className = "container mx-auto p-4 max-w-6xl" >
78+ < div className = "mx-auto p-4 max-w-6xl" >
7979 < div className = "rounded-xl shadow-lg bg-white dark:bg-zinc-900/80 border border-zinc-200 dark:border-zinc-800 p-6" >
8080 < div className = "animate-pulse" >
8181 < div className = "h-8 bg-gray-200 rounded w-1/4 mb-6" > </ div >
@@ -92,7 +92,7 @@ export function DeliveryLeadSubmissionList({
9292
9393 if ( submissions . length === 0 ) {
9494 return (
95- < div className = "container mx-auto p-4 max-w-6xl" >
95+ < div className = "mx-auto p-4 max-w-6xl" >
9696 < div className = "rounded-xl shadow-lg bg-white dark:bg-zinc-900/80 border border-zinc-200 dark:border-zinc-800 p-6" >
9797 < div className = "text-center py-12" >
9898 < FileText className = "mx-auto h-12 w-12 text-gray-400" />
@@ -110,7 +110,7 @@ export function DeliveryLeadSubmissionList({
110110
111111 return (
112112 < >
113- < div className = "container mx-auto p-4 max-w-6xl" >
113+ < div className = "mx-auto p-4 max-w-6xl" >
114114 < div className = "rounded-xl shadow-lg bg-white dark:bg-zinc-900/80 border border-zinc-200 dark:border-zinc-800 p-6" >
115115 { /* <div className="mb-6">
116116 <h2 className="text-2xl font-bold text-gray-900 dark:text-zinc-100">
You can’t perform that action at this time.
0 commit comments