diff --git a/img/illustrations/eating_together.svg b/img/illustrations/eating_together.svg new file mode 100644 index 000000000..f7ef6ff8c --- /dev/null +++ b/img/illustrations/eating_together.svg @@ -0,0 +1 @@ +eating_together \ No newline at end of file diff --git a/src/utils/illustration.js b/src/utils/illustration.js index 1088a7ef1..fd2376186 100644 --- a/src/utils/illustration.js +++ b/src/utils/illustration.js @@ -649,15 +649,21 @@ const data = [{ }, { strings: [ 'Dinner', - 'Lunch', // TRANSLATORS This string is used for matching the event title to an illustration t('calendar', 'Dinner'), - // TRANSLATORS This string is used for matching the event title to an illustration - t('calendar', 'Lunch'), ], illustrationNames: [ 'dinner', ], +}, { + strings: [ + 'Lunch', + // TRANSLATORS This string is used for matching the event title to an illustration + t('calendar', 'Lunch'), + ], + illustrationNames: [ + 'eating_together', + ], }] export default getIllustrationForTitle