Skip to content

Commit bce0fdb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5e09274 commit bce0fdb

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

public/virtualship-assets/IconsVirtualShip.svg

Lines changed: 1 addition & 1 deletion
Loading

src/components/features.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export const Features = () => {
2222
Key Features & Capabilities
2323
</Heading>
2424
<Text fontSize={'lg'}>
25-
The Virtual Ship can be used to simulate and teach the planning, execution and analysis of ocean-based fieldwork
25+
The Virtual Ship can be used to simulate and teach the planning,
26+
execution and analysis of ocean-based fieldwork
2627
</Text>
2728

2829
<SimpleGrid columns={{ base: 1, md: 2, lg: 4 }} spacing={8} my={8}>

src/components/hero-banner.js

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,19 @@ export const HeroBanner = () => {
3939
</Text>
4040
</Heading>
4141
<Text fontSize={'lg'}>
42-
<strong>VirtualShipParcels</strong> provides a framework to plan and conduct a virtual research expedition, receiving measurements as if they were coming from actual oceanographic instruments.
42+
<strong>VirtualShipParcels</strong> provides a framework to plan
43+
and conduct a virtual research expedition, receiving measurements
44+
as if they were coming from actual oceanographic instruments.
4345
</Text>
4446
</Stack>
4547
<Stack flex={1} spacing={{ base: 10, md: 20 }}>
46-
{<Image
47-
src={'/homepage_image.png'}
48-
alt='Rendering of the new Dutch Research Vessel Anna Weber-van Bosse on a sea of data'
49-
objectFit='contain'
50-
></Image>}
48+
{
49+
<Image
50+
src={'/homepage_image.png'}
51+
alt='Rendering of the new Dutch Research Vessel Anna Weber-van Bosse on a sea of data'
52+
objectFit='contain'
53+
></Image>
54+
}
5155

5256
<Stack
5357
spacing={{ base: 4, sm: 6 }}
@@ -59,7 +63,7 @@ export const HeroBanner = () => {
5963
as={Link}
6064
variant={'outline'}
6165
colorScheme={'blue'}
62-
href='https://virtualship.oceanparcels.org' // TODO fix link after deployment
66+
href='https://virtualship.oceanparcels.org' // TODO fix link after deployment
6367
>
6468
Get Started
6569
</Button>

src/data/menu-items.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ export const menuItems = [
33
// { label: 'Projects', href: '/#projects' }, TODO uncomment when projects are ready
44
{ label: 'Funders', href: '/#funders' },
55
{ label: 'Blog', href: '/blog' },
6-
{ label: 'Documentation', href: 'https://virtualship.oceanparcels.org/en/latest/'}, // TODO: update to new domain after deployment
6+
{
7+
label: 'Documentation',
8+
href: 'https://virtualship.oceanparcels.org/en/latest/',
9+
}, // TODO: update to new domain after deployment
710
]

0 commit comments

Comments
 (0)