Skip to content

Commit 795a984

Browse files
Merge pull request #42 from topcoder-platform/TCA-105_rename-cert
TCA-105 Rename Responsive Web Design Cert -> dev
2 parents b34b5a6 + fb688e5 commit 795a984

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/i18n/locales/english/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
}
6868
},
6969
"2022/responsive-web-design": {
70-
"title": "(New) Responsive Web Design",
70+
"title": "Responsive Web Design",
7171
"intro": [
7272
"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.",
7373
"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.",

tools/challenge-editor/api/configs/superBlockList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const superBlockList = [
4848
path: '13-relational-databases'
4949
},
5050
{
51-
name: '(New) Responsive Web Design',
51+
name: 'Responsive Web Design',
5252
path: '14-responsive-web-design-22'
5353
},
5454
{

0 commit comments

Comments
 (0)