File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
packages/reva-candidate/src
app/(project)/(accompagne)/set-organism Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import { useCandidacy } from "@/components/candidacy/candidacy.context";
14
14
import { SearchBar } from "@/components/legacy/molecules/SearchBar/SearchBar" ;
15
15
import { OrganismCard } from "@/components/legacy/organisms/OrganismCard/OrganismCard" ;
16
16
import { OrganismFilters } from "@/components/legacy/organisms/OrganismFilters/OrganismFilters" ;
17
+ import { PICTOGRAMS } from "@/components/pictograms/Pictograms" ;
17
18
18
19
import { useSetOrganism } from "./set-organism.hooks" ;
19
20
import { graphqlErrorToast } from "@/components/toast/toast" ;
@@ -161,12 +162,15 @@ export default function SetOrganism() {
161
162
: `Résultats filtrés : ${ organisms . totalRows } accompagnateurs` }
162
163
</ p >
163
164
) : (
164
- < div className = "min-h-80 h-full flex flex-col items-center justify-center" >
165
- < h3 className = "text-2xl font-bold mb-4" > Pas de résultats</ h3 >
166
- < p className = "text-lg max-w-md text-center leading-relaxed" >
167
- Nous ne trouvons pas d’accompagnateurs sur votre diplôme
168
- avec les critères sélectionnés.
169
- </ p >
165
+ < div className = "min-h-80 h-full flex flex-col items-center" >
166
+ < div className = "my-12" > { PICTOGRAMS . searchLG } </ div >
167
+ < h3 > Aucun résultat trouvé</ h3 >
168
+ < div className = "max-w-md [&_p]:text-lg text-center text-balance leading-relaxed" >
169
+ < p >
170
+ Nous ne trouvons pas d’accompagnateurs qui correspondent
171
+ aux critères sélectionnés.
172
+ </ p >
173
+ </ div >
170
174
</ div >
171
175
) }
172
176
</ >
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ export const PICTOGRAMS = {
113
113
internet : generateSvg ( internet ) ,
114
114
mailSend : generateSvg ( mailSend ) ,
115
115
search : generateSvg ( search ) ,
116
+ searchLG : generateSvg ( search , { width : 98 , height : 98 } ) ,
116
117
contract : generateSvg ( contract ) ,
117
118
documentDownload : generateSvg ( documentDownload ) ,
118
119
documentSignature : generateSvg ( documentSignature ) ,
You can’t perform that action at this time.
0 commit comments