Skip to content

Commit

Permalink
Merge pull request #187 from nr2f1/blog-post
Browse files Browse the repository at this point in the history
fix: change blog to news in news card link
  • Loading branch information
pataruco authored Feb 2, 2025
2 parents cde0c9e + 8154c9b commit 916f7ed
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 916f7ed

Please sign in to comment.