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

Commit 8b31b31

Browse files
committed
adds text changes to covid banner
1 parent 549137e commit 8b31b31

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/common/cd-covid-banner.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +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.') }}
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>
89
</p>
910
<p>
1011
{{ $t('If you are ready to hold in-person club events soon, please') }}

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)