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

Commit 1f2ddc4

Browse files
committed
Add para about registration to covid banner
Also change `/at-home` to `/learn` and open that link in a new window.
1 parent d98db95 commit 1f2ddc4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/common/cd-covid-banner.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
<p>{{ $t('Thank you for your interest in joining the CoderDojo community!') }}</p>
44
<p>{{ $t('Due to the coronavirus pandemic, we have paused the Dojo verification process.') }}</p>
55
<p>{{ $t('In the meantime, we’re providing exciting opportunities for young people, parents, volunteers, and educators to get creative with tech through') }}
6-
<a class="cd-banner-link" href="https://www.raspberrypi.org/at-home/?utm_source=coderdojo&utm_medium=covid-banner&utm_campaign=dmah">{{ $t('Digital Making at Home') }}</a> {{ $t('from the Raspberry Pi Foundation.') }}
6+
<a class="cd-banner-link" target="_blank" href="https://www.raspberrypi.org/learn/?utm_source=coderdojo&utm_medium=covid-banner&utm_campaign=dmah">{{ $t('Digital Making at Home') }}</a> {{ $t('from the Raspberry Pi Foundation.') }}
7+
</p>
8+
<p>{{ $t('There are still many ways for you to get involved in the Raspberry Pi community!') }}
9+
<a class="cd-banner-link" href="https://zen.coderdojo.com/dashboard/start-dojo">{{ $t('Please register your details') }}</a> {{ $t('with us so we can find out how best to support you.') }}
710
</p>
811
</div>
912
</template>

0 commit comments

Comments
 (0)