From b75a95b35e97f89aadba72c86ba7ff0d3f9b3e5a Mon Sep 17 00:00:00 2001 From: drafish Date: Thu, 26 Sep 2024 11:07:38 +0800 Subject: [PATCH] add es branch into learneth repoMap --- apps/learneth/src/redux/models/workshop.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/learneth/src/redux/models/workshop.ts b/apps/learneth/src/redux/models/workshop.ts index 71e8b3bf41..64f573bb2a 100644 --- a/apps/learneth/src/redux/models/workshop.ts +++ b/apps/learneth/src/redux/models/workshop.ts @@ -15,7 +15,11 @@ export const repoMap = { }, zh: { name: 'ethereum/remix-workshops', - branch: 'cn', + branch: 'zh', + }, + es: { + name: 'ethereum/remix-workshops', + branch: 'es', }, }