Skip to content

Commit 1070399

Browse files
Update (#17)
1 parent 030fbe8 commit 1070399

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pages/about.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ FlowInquiry is powered by these incredible open source projects:
66

77
- [Spring framework](https://spring.io/projects/spring-framework)
88
- [Hibernate](https://hibernate.org/)
9+
- [Mapstruct](https://mapstruct.org/)
910
- [Liquibase](https://www.liquibase.com/)
11+
- [Gradle](https://gradle.org/)
1012
- [NextJS](https://nextjs.org/)
1113
- [TailwindCSS](https://tailwindcss.com/)
1214
- [Shadcn](https://ui.shadcn.com/)
15+
- [xyflow](https://xyflow.com/)
1316
- [Docker](https://www.docker.com/)
1417
- [PostgreSQL](https://www.postgresql.org/)
1518
- [Pulumi](https://www.pulumi.com/)

pages/screenshot-slideshow.jsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import "swiper/css";
22
import "swiper/css/navigation";
33
import "swiper/css/pagination";
44

5-
import Image from "next/image";
65
import React, { useState } from "react";
76
import { Navigation, Pagination } from "swiper/modules";
87
import { Swiper, SwiperSlide } from "swiper/react";
@@ -44,7 +43,7 @@ const ScreenshotSlideshow = ({ slides = [] }) => {
4443
<SwiperSlide key={index}>
4544
<div className="flex justify-center items-center h-full">
4645
<div className="relative max-w-full">
47-
<Image
46+
<img
4847
src={slide.image}
4948
alt={`Screenshot ${index + 1}`}
5049
className="rounded-lg shadow-lg mx-auto"

0 commit comments

Comments
 (0)