Skip to content

Commit bf0be77

Browse files
committed
Fixing brochure link
1 parent 65b1238 commit bf0be77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/data/RoboticsPhotoGalleryInfo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { RMC_PHOTO_GALLERY } from '../tools/Constants'
22
import { GalleryImage } from '../pages/general/photo-gallery/PhotoGalleryStyles'
3-
3+
const Comp2024Description = 'The team before our first competition run at the University of Central Florida.'
44
// eslint-disable-next-line id-length
55
const ROBOTICS_PHOTO_GALLERY_INFO: GalleryImage[] = [
6-
{ image: RMC_PHOTO_GALLERY[0], title: '2024', description: 'The team before our first competition run at the University of Central Florida.' },
6+
{ image: RMC_PHOTO_GALLERY[0], title: '2024', description: Comp2024Description},
77
{ image: RMC_PHOTO_GALLERY[1], title: '2023', description: 'The team after our first competition run at the University of Alabama.' },
88
{ image: RMC_PHOTO_GALLERY[2], title: '2023', description: `The leads in front of the project after finishing
99
the outside construction.` },

src/pages/sponsors/Sponsors.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Contact from '../general/contact/Contact'
1515
// Custom styles
1616
import Styles, { SponsorImages } from './SponsorsStyles'
1717

18-
18+
const brochure = 'https://onedrive.live.com/?authkey=%21AHOgLg076B6sBgc&id=35ECBC1F69BC7768%21114&cid=35ECBC1F69BC7768&parId=root&parQt=sharedby&o=OneUp'
1919
const Sponsors = (): React.ReactElement => {
2020
return (
2121
<Styles.SponsorContainer>
@@ -26,7 +26,7 @@ const Sponsors = (): React.ReactElement => {
2626
<div className='img-container' id='centered-img'>
2727
<Button source={'https://forms.gle/pAfv3VBYJJXooiU38'}
2828
text='Become a Sponsor' size='large' className='becomeSponsor'/>
29-
<Button source={'https://onedrive.live.com/?authkey=%21AHOgLg076B6sBgc&id=35ECBC1F69BC7768%21114&cid=35ECBC1F69BC7768&parId=root&parQt=sharedby&o=OneUp'}
29+
<Button source={ brochure }
3030
text='Temple Robotics Brochure' size='large' className='becomeSponsor'/>
3131
<h1 className='title'>Current Sponsors</h1>
3232
</div>

0 commit comments

Comments
 (0)