Skip to content

Commit b2d4ee2

Browse files
author
Predrag
authored
Rephrase title of resources page (#9)
1 parent 2fb491b commit b2d4ee2

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

src/pages/resources.js

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
import React from "react";
22
import { Article } from "../components/common";
3-
import { Helmet } from 'react-helmet'
3+
import { Helmet } from "react-helmet";
44

55
import Cta from "../components/Cta";
66

7-
import config from "../utils/siteConfig"
7+
import config from "../utils/siteConfig";
88

99
const ResourcesPage = () => (
1010
<Article hasMoreArticles={false}>
1111
<Helmet
12-
title={config.siteTitleMeta}
13-
description={config.siteDescriptionMeta}
14-
type="website"
12+
title={config.siteTitleMeta}
13+
description={config.siteDescriptionMeta}
14+
type="website"
1515
/>
1616

17-
<div className="relative pt-20 md:pt-20 bg-sdv-highlight mx-auto"
18-
style={{
19-
maxWidth: "1680px"
20-
}}
21-
>
22-
<div
23-
className=" w-full feature-image relative h-48"
24-
25-
>
17+
<div
18+
className="relative pt-20 md:pt-20 bg-sdv-highlight mx-auto"
19+
style={{
20+
maxWidth: "1680px",
21+
}}
22+
>
23+
<div className=" w-full feature-image relative h-48">
2624
<div className="absolute inset-0 flex justify-center items-center">
2725
<div className="container mx-auto">
2826
<div className="flex flex-wrap -mx-4 lg:-mx-6 justify-center items-center">
@@ -31,7 +29,8 @@ const ResourcesPage = () => (
3129
Research papers
3230
</h1>
3331
<p className="text-xl">
34-
The SDV is based on over 5 years of research & development
32+
The SDV is based on over a decade of research and development
33+
at MIT
3534
</p>
3635
</div>
3736
</div>
@@ -41,7 +40,6 @@ const ResourcesPage = () => (
4140
</div>
4241
<div className="container">
4342
<section className=" py-12">
44-
4543
<div className="text-lg my-10">
4644
<a
4745
rel="noopener"

0 commit comments

Comments
 (0)