File tree Expand file tree Collapse file tree 2 files changed +11
-50
lines changed Expand file tree Collapse file tree 2 files changed +11
-50
lines changed Original file line number Diff line number Diff line change @@ -123,46 +123,7 @@ function SupAdDashboard() {
123123 </ div >
124124 </ div >
125125 { /* =========================== End:: InviteTraineeModel =============================== */ }
126-
127- < div className = "flex flex-col grow bg-light-bg dark:bg-dark-frame-bg" >
128- < div className = "flex flex-row justify-center pb-8" >
129- < div className = "w-[100%] h-[100%]" >
130- { /* <div className="grid grid-cols-2 mb-12 md:mb-24 lg:mb-0 lg:grid-cols-4">
131- <Card text={t('Coordinators')} number={47} />
132- <Card text={t('Trainees')} number={560} />
133- <Card text={t('Cohorts')} number={8} />
134- <Card text={t('Performance')} number={4} />
135- </div>
136- <Chart title={t('Overall performance')} /> */ }
137- < div >
138- { /* <div className="bg-light-bg dark:bg-dark-frame-bg ">
139- <div className="flex px-10 pt-24 pb-8 items-left lg:px-60"> */ }
140- { /* <div className="flex gap-2 pt-5">
141- {user?.role === 'coordinator' || undefined ? (
142- ''
143- ) : (
144- <Button
145- variant="primary"
146- size="lg"
147- data-testid="inviteModel"
148- style="m-0"
149- onClick={inviteModel}
150- >
151- {t('Invite an organization')}
152- </Button>
153- )}
154- </div> */ }
155- </ div >
156-
157- { /* </div>
158- </div> */ }
159-
160- < Comingsoon title = "Dashboard" />
161- </ div >
162- </ div >
163- </ div >
164126 </ >
165127 ) ;
166128}
167-
168- export default SupAdDashboard ;
129+ export default SupAdDashboard ;
You can’t perform that action at this time.
0 commit comments