Skip to content

Commit 8914ecd

Browse files
committed
Fix URL and update with dash
From utrechtteam to utrecht-team Also renamed a component accordingly
1 parent ecc2fbe commit 8914ecd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/data/footer-items.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ export const footerItems = {
4444
label: 'Issue Tracker',
4545
href: 'https://github.com/OceanParcels/parcels/issues',
4646
},
47-
{ label: 'Utrecht Team', href: '/utrechtteam' },
47+
{ label: 'Utrecht Team', href: '/utrecht-team' },
4848
],
4949
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ import { TeamMember } from '@/components/team-member'
44
import { CurrentTeamMembers, PriorTeamMembers } from '@/data/team-members'
55
import { Box, Container, Heading, SimpleGrid, Text } from '@chakra-ui/react'
66

7-
const Team = () => {
7+
const UtrechtTeam = () => {
88
return (
99
<Layout
1010
title={'Utrecht Team'}
1111
card={
1212
'https://raw.githubusercontent.com/OceanParcels/oceanparcels_website/main/public/parcels-assets/logo-no-text.png'
1313
}
14-
url={`/team`}
14+
url={`/utrecht-team`}
1515
>
1616
<Box as='section' py={20}>
1717
<Container maxW='container.lg'>
@@ -77,4 +77,4 @@ const Team = () => {
7777
)
7878
}
7979

80-
export default Team
80+
export default UtrechtTeam

0 commit comments

Comments
 (0)