Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
Akruti-Frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 7fb260f1
authored
2026-02-21 14:40:11 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated
1 parent
38e42fa8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
container/Home/ProjectSlider.js
container/Home/ProjectSlider.js
View file @
7fb260f
...
...
@@ -22,7 +22,7 @@ const ProjectSlider = ({projectData}) => {
const
nextRef
=
useRef
(
null
);
return
(
<
div
className
=
"project-section p
y
-5 position-relative"
>
<
div
className
=
"project-section p
t
-5 position-relative"
>
<
Container
className
=
"custom_container"
>
{
/* Heading */
}
<
Row
className
=
"text-md-center mb-4"
>
...
...
@@ -48,7 +48,7 @@ const ProjectSlider = ({projectData}) => {
prevEl
:
".cust-swiper-button-prev"
,
}}
modules
=
{[
Navigation
,
Autoplay
]}
className
=
"projectSwiper
pb-5
"
className
=
"projectSwiper"
breakpoints
=
{{
320
:
{
slidesPerView
:
1
,
spaceBetween
:
15
},
640
:
{
slidesPerView
:
1.5
,
spaceBetween
:
20
},
...
...
@@ -136,11 +136,11 @@ const ProjectSlider = ({projectData}) => {
</svg>
</button>
</div> */
}
<
Row
className
=
""
>
{
/*
<Row className="">
<Col className="d-flex justify-content-center" >
<Link href={projectData?.viewMoreUrl || "#"} className="btn3">View More <i className="fa-solid fa-arrow-right"></i></Link>
</Col>
<
/Row
>
</Row>
*/
}
<
/Container
>
{
/* Swiper buttons outside container */
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment