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

Commit e399f12

Browse files
authored
Merge pull request #298 from CoderDojo/feature/covid-utm
Add utm tags to DMAH link in covid banner
2 parents 6096d15 + 5b4344d commit e399f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/cd-covid-banner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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/">{{ $t('Digital Making at Home') }}</a> {{ $t('from the Raspberry Pi Foundation.') }}
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.') }}
77
</p>
88
</div>
99
</template>

0 commit comments

Comments
 (0)