Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/i18n/menu/ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ export const ca = {
label: 'Paquets de patrocini',
href: '/sponsors#tiers',
},
{
label: 'Ofertes de treball',
href: '/jobs',
},
],
},
{
label: 'Ofertes de treball',
href: '/jobs',
},
{
label: 'Edicions Anteriors',
children: [
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/menu/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ export const en = {
label: 'Sponsorship Packages',
href: '/sponsors#tiers',
},
{
label: 'Job offers',
href: '/jobs',
},
],
},
{
label: 'Job offers',
href: '/jobs',
},
{
label: 'Past Editions',
children: [
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/menu/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ export const es = {
label: 'Paquetes de patrocinio',
href: '/sponsors#tiers',
},
{
label: 'Ofertas de trabajo',
href: '/jobs',
},
],
},
{
label: 'Ofertas de trabajo',
href: '/jobs',
},
{
label: 'Ediciones Anteriores',
children: [
Expand Down
1 change: 0 additions & 1 deletion src/pages/[lang]/jobs.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
import Layout from '../../layouts/Layout.astro'
import JobsPage from '../../components/JobsPage.astro'
import { jobsTexts } from '../../i18n/jobs'

export function getStaticPaths() {
return [{ params: { lang: 'es' } }, { params: { lang: 'en' } }, { params: { lang: 'ca' } }]
Expand Down
Loading