Skip to content

Commit

Permalink
Merge pull request #498 from rockleona/fix/coc-license
Browse files Browse the repository at this point in the history
fix: change policy privacy position
  • Loading branch information
SivanYeh authored Mar 18, 2024
2 parents b3b252f + e98e802 commit d8521cd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pages/about/privacy-policy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,16 @@
tag="p"
/>
</div>
<div class="authorization">
<div class="pt-8">
<i18n path="question" tag="p" class="question">
<template #contact>
<ext-link href="mailto:organizers@python.tw" highlight
>{{ $t(`terms.contact`) }}
</ext-link>
</template>
</i18n>
</div>
<div class="authorization pb-5">
<div>
<i18n
path="authorization.title"
Expand Down Expand Up @@ -82,15 +91,6 @@
<template #br><br /></template>
</i18n>
</div>
<div class="pt-8">
<i18n path="question" tag="p" class="question">
<template #contact>
<ext-link href="mailto:organizers@python.tw" highlight
>{{ $t(`terms.contact`) }}
</ext-link>
</template>
</i18n>
</div>
</i18n-page-wrapper>
</div>
</template>
Expand Down

0 comments on commit d8521cd

Please sign in to comment.