Skip to content

Commit

Permalink
fix: link (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettyong authored Mar 27, 2024
1 parent 38f20f4 commit 1896307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/article/ui/blog-slider-layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const BlogSliderLayout: React.FC<Props> = ({
categoryName={item.category.name}
timeToRead={item.timeToRead}
createdAt={item.createdAt}
url={`/blog/${item.slug}`}
url={item.link}
className={css.blog}
/>
</SwiperSlide>
Expand Down

0 comments on commit 1896307

Please sign in to comment.