Skip to content

Commit

Permalink
fix: change blog to news in news card link
Browse files Browse the repository at this point in the history
  • Loading branch information
pataruco committed Feb 2, 2025
1 parent cde0c9e commit 8154c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/news-card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const NewsCard: React.FC<NewsCardProps> = ({
default:
return (
<li className={styles.article}>
<Link href={`/blog/${url}`}>
<Link href={`/news/${url}`}>
<article>
<div
className={styles.article__img}
Expand Down

0 comments on commit 8154c9b

Please sign in to comment.