Skip to content

Commit

Permalink
fix: cleanup images (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Sep 12, 2024
1 parent 71ace69 commit 8c15701
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 3 deletions.
File renamed without changes
File renamed without changes
Binary file removed public/Robotics-high-shot-aspect-ratio-2-1.jpg.webp
Binary file not shown.
Binary file removed public/arbaia.webp
Binary file not shown.
1 change: 0 additions & 1 deletion public/baesystems.svg

This file was deleted.

Binary file removed public/facebookicon.png
Binary file not shown.
Binary file removed public/roboacademy.png
Binary file not shown.
Binary file removed public/robot2023.jpg
Binary file not shown.
Binary file removed public/robot_placeholder.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/pages/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Sponsors = () => {
<div className='column' id='diamond-sponsors'>
<SponsorCategory title='Diamond Sponsors'>
<Image
src='/tmp/Curtin.png'
src='/Curtin.png'
alt='Curtin University'
height={100.5}
width={575}
Expand Down Expand Up @@ -82,7 +82,7 @@ const Sponsors = () => {
<div className='column' id='silver-sponsors'>
<SponsorCategory title='Silver Sponsors'>
<Image
src='/tmp/Altronics.png'
src='/Altronics.png'
alt='altronics'
height={100}
width={400}
Expand Down

0 comments on commit 8c15701

Please sign in to comment.