Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit a22519b

Browse files
Merge pull request #322 from CoderDojo/covid_banner_update
Adds text changes to covid banner
2 parents 549137e + 349ac77 commit a22519b

File tree

3 files changed

+9
-19
lines changed

3 files changed

+9
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@coderdojo/cd-common": "1.1.11",
2020
"bootstrap": "^3.4.1",
21-
"cp-translations": "~1.0.150",
21+
"cp-translations": "~1.0.155",
2222
"font-awesome": "^4.7.0",
2323
"handlebars": "^4.1.0",
2424
"js-cookie": "^2.1.4",

src/common/cd-covid-banner.vue

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,10 @@
22
<div class="cd-banner">
33
<cd-text-direction-wrapper direction="ltr">
44
<p>
5-
{{ $t('Thank you for your interest in joining the CoderDojo community!') }}
6-
{{ $t('Due to the coronavirus pandemic, there are different restrictions in place across the world.') }}
7-
{{ $t('Please follow the appropriate public health advice for your country or region before planning in-person club events.') }}
8-
</p>
9-
<p>
10-
{{ $t('If you are ready to hold in-person club events soon, please') }}
11-
<a class="cd-banner-link" href="https://zen.coderdojo.com/dashboard/start-dojo">{{ $t('register your details') }}</a>
12-
{{ $t('and we will be in touch.') }}
13-
</p>
14-
<p>
15-
{{ $t('If you’re not able to start your Dojo in person yet, there are many other ways that you can get involved in the meantime.') }}
16-
{{ $t('Check out the exciting opportunities for young people, parents, volunteers, and educators to learn and get creative with tech through') }}
17-
<a class="cd-banner-link" target="_blank" href="https://www.raspberrypi.org/learn/?utm_source=coderdojo&amp;utm_medium=covid-banner&amp;utm_campaign=dmah">{{ $t('Digital Making at Home') }}</a>
18-
{{ $t('from the Raspberry Pi Foundation.') }}
5+
{{ $t('Thank you for your interest in CoderDojo!') }}
6+
{{ $t('The coronavirus pandemic continues to impact all our lives, including how Dojos can run.') }}
7+
{{ $t('See') }}
8+
<a class="cd-banner-link" href="https://coderdojo.com/ways-to-run/">{{ $t('our resources and guidance on the creative ways Dojos are running.') }}</a>
199
</p>
2010
</cd-text-direction-wrapper>
2111
</div>

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,10 +2386,10 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
23862386
parse-json "^2.2.0"
23872387
require-from-string "^1.1.0"
23882388

2389-
cp-translations@^1.0.144:
2390-
version "1.0.144"
2391-
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.144.tgz#919ecfb784eff841077f377e2d467bbcd26fd959"
2392-
integrity sha512-sxnUHSzovHHWXDZzcadIm+uDAdqIUaOziYRAbJ3YxRoMw5CtUxQp3w04LCZ0nghWYmmFGP3z0Qffn69ioc560A==
2389+
cp-translations@~1.0.150:
2390+
version "1.0.152"
2391+
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.152.tgz#adadb407829bac9b555bb3287951b46bf5d0f75b"
2392+
integrity sha512-oDc8gdeMXqjwnN4cWgIy0OQk0/0WRcuksTvJ3z2URHeRc7AYfNYZMm6bZ/S6eMxgr+Almhm9BPQ70LranLdKzQ==
23932393

23942394
crc32-stream@^2.0.0:
23952395
version "2.0.0"

0 commit comments

Comments
 (0)