File tree Expand file tree Collapse file tree
libs/design-system/src/components/ui/icon
domains/search/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ import {
6060 mdiLightbulb ,
6161 mdiHelp ,
6262 mdiPuzzle ,
63+ mdiHelpCircleOutline ,
6364} from "@mdi/js" ;
6465
6566export const iconsMapper = {
@@ -124,6 +125,7 @@ export const iconsMapper = {
124125 lightbulb : mdiLightbulb ,
125126 help : mdiHelp ,
126127 puzzle : mdiPuzzle ,
128+ helpCircleOutline : mdiHelpCircleOutline ,
127129} ;
128130
129131export const iconSizeMapper = {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function onSubmit() {
4242 class =" flex flex-col gap-4 pt-1"
4343 @submit.prevent =" onSubmit"
4444 >
45- <div class =" flex flex-wrap gap-4 items-center" >
45+ <div class =" flex gap-4 items-center" >
4646 <DSPrimaryButton type="submit">
4747 {{ $t("cta.search") }}
4848 </DSPrimaryButton >
@@ -62,9 +62,12 @@ function onSubmit() {
6262
6363 <RouterLink
6464 :to =" scratchTutorialPage "
65- class="text-blue-seaence hover: underline "
65+ class="text-blue-seaence"
6666 >
67- {{ $t("cta.howItWorks") }}
67+ <DSIcon
68+ name="helpCircleOutline"
69+ square
70+ />
6871 </RouterLink >
6972 </div >
7073
Original file line number Diff line number Diff line change @@ -504,7 +504,6 @@ export const FRfr = {
504504 validate : "Valider" ,
505505 refuse : "Refuser" ,
506506 add : "Ajouter" ,
507- howItWorks : "Comment ça marche ?" ,
508507 } ,
509508 languages : {
510509 "fr-FR" : "Français" ,
You can’t perform that action at this time.
0 commit comments