File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ FlowInquiry is powered by these incredible open source projects:
6
6
7
7
- [ Spring framework] ( https://spring.io/projects/spring-framework )
8
8
- [ Hibernate] ( https://hibernate.org/ )
9
+ - [ Mapstruct] ( https://mapstruct.org/ )
9
10
- [ Liquibase] ( https://www.liquibase.com/ )
11
+ - [ Gradle] ( https://gradle.org/ )
10
12
- [ NextJS] ( https://nextjs.org/ )
11
13
- [ TailwindCSS] ( https://tailwindcss.com/ )
12
14
- [ Shadcn] ( https://ui.shadcn.com/ )
15
+ - [ xyflow] ( https://xyflow.com/ )
13
16
- [ Docker] ( https://www.docker.com/ )
14
17
- [ PostgreSQL] ( https://www.postgresql.org/ )
15
18
- [ Pulumi] ( https://www.pulumi.com/ )
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import "swiper/css";
2
2
import "swiper/css/navigation" ;
3
3
import "swiper/css/pagination" ;
4
4
5
- import Image from "next/image" ;
6
5
import React , { useState } from "react" ;
7
6
import { Navigation , Pagination } from "swiper/modules" ;
8
7
import { Swiper , SwiperSlide } from "swiper/react" ;
@@ -44,7 +43,7 @@ const ScreenshotSlideshow = ({ slides = [] }) => {
44
43
< SwiperSlide key = { index } >
45
44
< div className = "flex justify-center items-center h-full" >
46
45
< div className = "relative max-w-full" >
47
- < Image
46
+ < img
48
47
src = { slide . image }
49
48
alt = { `Screenshot ${ index + 1 } ` }
50
49
className = "rounded-lg shadow-lg mx-auto"
You can’t perform that action at this time.
0 commit comments