From fb688e5e71d44f37aea075b425d6f878036d0f84 Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 10 Aug 2022 12:09:03 -0700 Subject: [PATCH] TCA-105 #comment change name of responsive web design cert #time 15m --- client/i18n/locales/english/intro.json | 2 +- tools/challenge-editor/api/configs/superBlockList.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 54380f2e67dc41..982da3d4b41300 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -67,7 +67,7 @@ } }, "2022/responsive-web-design": { - "title": "(New) Responsive Web Design", + "title": "Responsive Web Design", "intro": [ "In this Responsive Web Design Certification, you'll learn the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.", "First, you'll build a cat photo app to learn the basics of HTML and CSS. Later, you'll learn modern techniques like CSS variables by building a penguin, and best practices for accessibility by building a web form.", diff --git a/tools/challenge-editor/api/configs/superBlockList.ts b/tools/challenge-editor/api/configs/superBlockList.ts index cb9b1c82bb7086..ffebc33c1f9939 100644 --- a/tools/challenge-editor/api/configs/superBlockList.ts +++ b/tools/challenge-editor/api/configs/superBlockList.ts @@ -48,7 +48,7 @@ export const superBlockList = [ path: '13-relational-databases' }, { - name: '(New) Responsive Web Design', + name: 'Responsive Web Design', path: '14-responsive-web-design-22' }, {