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 @@ -100,7 +100,7 @@ export function DeliveryLeadSubmissionList({
100100 No submissions found
101101 </ h3 >
102102 < p className = "mt-1 text-sm text-gray-500 dark:text-zinc-400" >
103- You haven't submitted any delivery lead reports yet.
103+ There are no submitted delivery reports yet.
104104 </ p >
105105 </ div >
106106 </ div >
@@ -112,14 +112,14 @@ export function DeliveryLeadSubmissionList({
112112 < >
113113 < div className = "container 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" >
115- < div className = "mb-6" >
115+ { /* <div className="mb-6">
116116 <h2 className="text-2xl font-bold text-gray-900 dark:text-zinc-100">
117- My Delivery Lead Submissions
117+ Delivery Lead Reports
118118 </h2>
119119 <p className="text-sm text-gray-500 dark:text-zinc-400 mt-1">
120120 View all your submitted delivery lead reports
121121 </p>
122- </ div >
122+ </div> */ }
123123
124124 < div className = "overflow-y-auto max-h-96" >
125125 < table className = "min-w-full divide-y divide-gray-200 dark:divide-zinc-700" >
You can’t perform that action at this time.
0 commit comments