diff --git a/public/assets/images/article-placeholder.svg b/public/assets/images/article-placeholder-v2.svg similarity index 100% rename from public/assets/images/article-placeholder.svg rename to public/assets/images/article-placeholder-v2.svg diff --git a/src/app/authors/[slug]/page.tsx b/src/app/authors/[slug]/page.tsx index f8c237e..77a8cfa 100644 --- a/src/app/authors/[slug]/page.tsx +++ b/src/app/authors/[slug]/page.tsx @@ -89,7 +89,7 @@ export default function AuthorProfilePage() { excerpt: a.excerpt || "", category: a.category || "News", date: a.date || "", - image: a.image || "/assets/images/article-placeholder.svg", + image: a.image || "/assets/images/article-placeholder-v2.svg", alt: a.alt || a.title, readTime: a.readTime || "1 min read", })); @@ -275,7 +275,7 @@ export default function AuthorProfilePage() { >