Skip to content

Commit f29d1e1

Browse files
committed
Deleted previous sponsors
1 parent 564ac12 commit f29d1e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/sponsors/Sponsors.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react'
33
import { AiOutlineDash } from 'react-icons/ai'
44
import { ReactComponent as Lockheed } from '../../assets/pics/sponsors/lockheed-martin-logo.svg'
55
import { 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'
88
import 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

Comments
 (0)