We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9aa1ee commit 48e51a3Copy full SHA for 48e51a3
2 files changed
src/components/funders.js
@@ -19,10 +19,6 @@ export const Funders = () => {
19
return (
20
<Box id={'funders'} as='section' bg='#27187E' color='white'>
21
<Container maxW='container.lg' centerContent>
22
- <Heading as='h1' size='2xl' mt={6} mb={0}>
23
- Funders
24
- </Heading>
25
-
26
<Box my={8}>
27
<Text fontSize={'lg'}>
28
VirtualShip development has been supported by the following
src/components/video-demo.js
@@ -9,7 +9,7 @@ export const VideoDemo = () => {
9
as='section'
10
mt={0}
11
mb={0}
12
- pb={12}
+ pb={0}
13
pt={12}
14
bg='#758BFD'
15
color='white'
0 commit comments