Skip to content

Commit 4bbabd3

Browse files
Adding blue color to links in Utrecht Team header
1 parent 9ab0057 commit 4bbabd3

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

src/pages/team.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,17 @@ const Team = () => {
2323
<Text>
2424
The Lagrangian Ocean Analysis team within the{' '}
2525
<Link
26-
href={
27-
'https://www.uu.nl/en/research/institute-for-marine-and-atmospheric-research-imau'
28-
}
26+
href='https://www.uu.nl/en/research/institute-for-marine-and-atmospheric-research-imau'
27+
color='blue.500'
28+
isExternal
2929
>
3030
Institute for Marine and Atmospheric research
3131
</Link>{' '}
32-
at <Link href={'https://www.uu.nl/en'}>Utrecht University</Link>'s
33-
Department of Physics, uses the Parcels framework to create and
32+
at{' '}
33+
<Link href='https://www.uu.nl/en' color='blue.500' isExternal>
34+
Utrecht University
35+
</Link>
36+
's Department of Physics, uses the Parcels framework to create and
3437
analyse simulations of the transport of material (plastics,
3538
plankton, fish) by ocean currents and its impact on climate and
3639
marine ecosystems. Within the group, we adhere to Open Science

0 commit comments

Comments
 (0)