remove quotes
This commit is contained in:
parent
55b685115b
commit
dd8d8d6635
|
@ -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} />
|
||||
|
|
Reference in New Issue