@@ -3,7 +3,7 @@ import React from 'react'
33import { AiOutlineDash } from 'react-icons/ai'
44import { ReactComponent as Lockheed } from '../../assets/pics/sponsors/lockheed-martin-logo.svg'
55import { ReactComponent as Nasa } from '../../assets/pics/sponsors/nasa-logo.svg'
6- import { ReactComponent as Arrow } from '../../assets/pics/sponsors/arrow-logo.svg'
6+ // import { ReactComponent as Arrow } from '../../assets/pics/sponsors/arrow-logo.svg'
77// import { ReactComponent as Amtrack } from '../../assets/pics/sponsors/Amtrack-png.svg'
88import Button from '../general/button/Button'
99//import HStyles from '../home/HomeStyles'
@@ -49,7 +49,7 @@ const Sponsors = (): React.ReactElement => {
4949 < div className = 'img-container' style = { { background : 'white' } } >
5050 < img src = { SponsorImages . Stratasys } style = { { width : '40%' , height : '70%' } } />
5151 </ div >
52- < div className = 'img-container' id = 'centered-img' >
52+ { /* <div className='img-container' id='centered-img'>
5353 <h1 className='title'>Previous Sponsors</h1>
5454 </div>
5555 <div className='img-container' style={{background: 'white'}}>
@@ -61,7 +61,7 @@ const Sponsors = (): React.ReactElement => {
6161 <div className='img-container' style={{background: 'white'}}>
6262 <img src={SponsorImages.hillock} style={{width: '60%'}}/>
6363 </div>
64- { /* <div className='img-container' style={{background: 'wihte'}}>
64+ <div className='img-container' style={{background: 'wihte'}}>
6565 call amtrak image here, make sure it has been transerred into an svg
6666 </div> */ }
6767
0 commit comments