feat: add requested chapter icon for Spanish (#66024)

This commit is contained in:
Sem Bauke
2026-02-26 17:03:48 +01:00
committed by GitHub
parent b904a2a74c
commit e6341ac798
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -15,6 +15,7 @@ import NodeIcon from './icons/node';
import Python from './icons/python';
import Graduation from './icons/graduation';
import {
faBuilding,
faComments,
faCubes,
faDoorOpen,
@@ -51,7 +52,8 @@ const iconMap = {
[A1SpanishChapters.esA1Welcome]: faDoorOpen,
[A1SpanishChapters.esA1Fundamentals]: faCubes,
[A1SpanishChapters.esA1Greetings]: faComments,
[A1SpanishChapters.esA1Details]: faIdCard
[A1SpanishChapters.esA1Details]: faIdCard,
[A1SpanishChapters.esA1Describing]: faBuilding
};
type ChapterIconProps = {
+2 -1
View File
@@ -39,7 +39,8 @@ export enum A1SpanishChapters {
esA1Welcome = 'es-a1-chapter-welcome-to-a1-professional-spanish',
esA1Fundamentals = 'es-a1-chapter-spanish-fundamentals',
esA1Greetings = 'es-a1-chapter-greetings-and-introductions',
esA1Details = 'es-a1-chapter-basic-personal-details'
esA1Details = 'es-a1-chapter-basic-personal-details',
esA1Describing = 'es-a1-chapter-describing-company-and-people'
}
export interface Chapter {