remove quotes

This commit is contained in:
Karol Wypchlo 2021-04-01 14:51:17 +02:00
parent 55b685115b
commit dd8d8d6635
1 changed files with 0 additions and 2 deletions

View File

@ -266,8 +266,6 @@ const AboutPage = ({ ...props }) => {
<SectionTitleCaption>Investors</SectionTitleCaption>
<SectionTitle>Support for the Skynet Vision</SectionTitle>
<div className="text-center p-10">quotes</div>
<div className="grid grid-cols-2 gap-4 desktop:grid-cols-4">
{investors.map(({ name, image }) => (
<GatsbyImage key={name} image={getImage(image)} alt={name} />