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 57e07f6c
authored
2026-02-21 13:25:42 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated pdf link
1 parent
ad066fff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
components/Catalogue/InnerDetailsCatalogue.js
components/Catalogue/InnerDetailsCatalogue.js
View file @
57e07f6
...
...
@@ -96,7 +96,7 @@ const InnerDetailsCatalogue = ({ subCategory = "All Catalogue", cataloguesData }
{
sortedProducts
.
map
((
product
,
index
)
=>
(
<
Col
md
=
{
4
}
key
=
{
`
${
product
.
productSlug
}
-
${
index
}
`
}
>
<
div
className
=
"collections-item"
>
<
Link
href
=
{
product
?.
pdfLink
?.
url
||
""
}
target
=
"_blank"
>
<
Link
href
=
{
cleanImage
(
product
?.
pdfLink
?.
url
||
"#"
)
}
target
=
"_blank"
>
<
Image
width
=
{
868
}
height
=
{
560
}
...
...
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