Changed carousel images to be more fitting.

This commit is contained in:
Harrison Deng 2022-04-05 01:06:54 -05:00
parent 8464c4debc
commit f8abf7cd48
6 changed files with 3 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 529 KiB

After

Width:  |  Height:  |  Size: 529 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 KiB

View File

Before

Width:  |  Height:  |  Size: 894 KiB

After

Width:  |  Height:  |  Size: 894 KiB

View File

Before

Width:  |  Height:  |  Size: 592 KiB

After

Width:  |  Height:  |  Size: 592 KiB

View File

@ -10,7 +10,7 @@ export default class HomeCarousel extends React.Component {
<Carousel.Item>
<img
className="d-block w-100"
src='/images/volleyball_normalized.jpg'
src='/images/carousel/volleyball_normalized.jpg'
alt="Connect Slide"
/>
<Carousel.Caption>
@ -23,7 +23,7 @@ export default class HomeCarousel extends React.Component {
<Carousel.Item>
<img
className="d-block w-100"
src='/images/basketball_normalized.jpg'
src='/images/carousel/schedule_normalized.jpg'
alt="Schedule Slide"
/>
<Carousel.Caption>
@ -35,7 +35,7 @@ export default class HomeCarousel extends React.Component {
</Carousel.Item>
<Carousel.Item>
<img
src='/images/tennis_normalized.jpg'
src='/images/carousel/rentals_normalized.jpg'
alt="Rent Slide"
className="d-block w-100"
/>