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

Commit 8001b9d

Browse files
authored
Update cd-cookie-notice.vue
1 parent 4edb35a commit 8001b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/cd-cookie-notice.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div v-show="!confirmed" class="cd-cookie-notice">
3-
<span v-html="$t('By using this website you agree to the use of cookies. You can read about our cookie policy <a href=\'/privacy-statement#cookies\'>here</a>.')"></span>
3+
<span v-html="$t('By using this website you agree to the use of cookies. You can read about our cookie policy <a href=\'https://www.raspberrypi.org/cookies\'>here</a>.')"></span>
44
<i class="fa fa-times-circle cd-cookie-notice__dismiss" aria-label="Dismiss" @click="dismissNotice"></i>
55
</div>
66
</template>

0 commit comments

Comments
 (0)