We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6d5ba commit ebc9076Copy full SHA for ebc9076
.circleci/config.yml
@@ -175,7 +175,7 @@ jobs:
175
environment:
176
DEPLOY_ENV: "DEV"
177
LOGICAL_ENV: "dev"
178
- ENABLE_CACHE: false
+ ENABLE_CACHE: true
179
APPNAME: "platform-ui-mvp"
180
steps: *deploy_steps
181
@@ -239,4 +239,4 @@ workflows:
239
- master
240
241
- test-dev:
242
- context : org-global
+ context : org-global
src-ts/tools/learn/welcome/WelcomePage.tsx
@@ -34,7 +34,7 @@ const WelcomePage: FC<{}> = () => {
34
title={(
35
<>
36
<TcAcademyFullLogoSvg className='tca-logo' />
37
- Welcome!
+ Welcome! TEMP FUN
38
</>
39
)}
40
text={`
0 commit comments