Skip to content

Commit

Permalink
fix(website): update carousel images to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Dec 18, 2023
1 parent af6d86a commit 4524056
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified src/images/screenshots/camel-route.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/screenshots/jmx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/screenshots/spring-boot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ const IndexPage = () => {
<Carousel.Item>
<img alt='Camel' src={screenshotCamel} />
<Carousel.Caption>
<h3 style={{ paddingBottom: '1.5rem' }}>Camel Routes</h3>
<h3 style={{ margin: '0' }}>Camel Routes</h3>
</Carousel.Caption>
</Carousel.Item>
<Carousel.Item>
<img alt='JMX' src={screenshotJmx} />
<Carousel.Caption>
<h3 style={{ paddingBottom: '1.5rem' }}>JMX MBeans</h3>
<h3 style={{ margin: '0' }}>JMX MBeans</h3>
</Carousel.Caption>
</Carousel.Item>
<Carousel.Item>
<img alt='Spring Boot' src={screenshotSpringBoot} />
<Carousel.Caption>
<h3 style={{ paddingBottom: '1.5rem' }}>Spring Boot</h3>
<h3 style={{ margin: '0' }}>Spring Boot</h3>
</Carousel.Caption>
</Carousel.Item>
</Carousel>
Expand Down

0 comments on commit 4524056

Please sign in to comment.