Skip to content

Commit

Permalink
resolve deployment errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv8433 committed Jul 3, 2024
1 parent f484879 commit 04b4790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/HorizontalCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const HorizontalCard = ({ data, profilePage }) => {
)}
<Link
key={article.title}
href={"/categorys/" + slugify(article.title).toLowerCase()}
href={"/categorys/" + slugify(article.abstract).toLowerCase()}
onClick={() => saveDetails(article)}
>
<Card
Expand Down

0 comments on commit 04b4790

Please sign in to comment.