Skip to content

Commit d1ada6c

Browse files
nicknisiCompuIves
authored andcommitted
drop '2' from Dojo branding (#1016)
1 parent 356815a commit d1ada6c

File tree

3 files changed

+3
-3
lines changed
  • packages

3 files changed

+3
-3
lines changed

packages/app/src/app/components/NewSandbox/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function NewSandbox({ signals }) {
109109
Icon={DojoIcon}
110110
width={50}
111111
height={50}
112-
text="Dojo 2"
112+
text="Dojo"
113113
href={newDojoSandboxUrl()}
114114
onClick={() => signals.modalClosed()}
115115
/>

packages/common/templates/dojo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class DojoTemplate extends Template {
2020

2121
export default new DojoTemplate(
2222
'@dojo/cli-create-app',
23-
'Dojo 2',
23+
'Dojo',
2424
'https://github.com/dojo/cli-create-app',
2525
'github/dojo/dojo-codesandbox-template',
2626
decorateSelector(() => '#D3471C'),

packages/homepage/src/screens/home/Frameworks/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const TEMPLATE_SUPPORT = {
212212
'@dojo/cli-create-app': {
213213
loaders: [ts, html, cssGlobal, image],
214214
css: ['Global', 'Scoped', 'Modules'],
215-
description: 'Used for Dojo 2 projects, based on: ',
215+
description: 'Used for Dojo projects, based on: ',
216216
},
217217
cxjs: {
218218
loaders: [ts, html, cssGlobal, scss, sass, less, stylus, image],

0 commit comments

Comments
 (0)