Skip to content

Commit ec1622b

Browse files
authored
Merge pull request #717 from pycontw/change-recruitment-link-2026
chore: change the link to recruitment google sheet
2 parents 262ac2c + 6e3e969 commit ec1622b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/core/footer/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="flex justify-center">
77
<div class="flex flex-col items-center">
88
<ext-link
9-
href="https://forms.gle/qurWMpgtuvX4WQjd9"
9+
href="https://forms.gle/UJjJGvbnhki9uryR8"
1010
class="highlight my-2"
1111
>
1212
{{ $t('joinUs') }}

configs/pageLanding.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
export const landingButtonConfig = {
22
PRIMARY_JOIN_US: {
33
isExternalLink: true,
4-
path: 'https://forms.gle/qurWMpgtuvX4WQjd9',
4+
path: 'https://forms.gle/UJjJGvbnhki9uryR8',
55
textKey: 'joinUs',
66
isPrimary: true,
77
isLarge: true,
88
},
99
SECONDARY_JOIN_US: {
1010
isExternalLink: true,
11-
path: 'https://forms.gle/qurWMpgtuvX4WQjd9',
11+
path: 'https://forms.gle/UJjJGvbnhki9uryR8',
1212
textKey: 'joinUs',
1313
isPrimary: false,
1414
isBordered: true,

0 commit comments

Comments
 (0)