mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: add requested chapter icon for Spanish (#66024)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user