Skip to content

Commit 5c28ec1

Browse files
committed
feat(109): Change tutorial link with icon
1 parent 0d2f2d3 commit 5c28ec1

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

libs/design-system/src/components/ui/icon/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ import {
6060
mdiLightbulb,
6161
mdiHelp,
6262
mdiPuzzle,
63+
mdiHelpCircleOutline,
6364
} from "@mdi/js";
6465

6566
export const iconsMapper = {
@@ -124,6 +125,7 @@ export const iconsMapper = {
124125
lightbulb: mdiLightbulb,
125126
help: mdiHelp,
126127
puzzle: mdiPuzzle,
128+
helpCircleOutline: mdiHelpCircleOutline,
127129
};
128130

129131
export const iconSizeMapper = {

services/spotter/src/domains/search/components/AdvancedSearchInput.vue

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

services/spotter/src/i18n/languages/FR-fr.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)