feat: updated logo

This commit is contained in:
poyrazavsever
2026-07-29 20:05:27 +03:00
parent 4bbe15a36d
commit 3b955d4050
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ export function BlogContent({ data }: BlogContentProps) {
readTime={post.readTime}
href={post.href}
className="rounded-sm border-border [&_h3]:line-clamp-2 [&_h3]:min-h-[2.5rem] [&_p]:line-clamp-3"
author={{ name: post.author, avatar: "/logo/logo.jpeg" }}
author={{ name: post.author, avatar: "/logo/logo.png" }}
/>
</StaggerItem>
))}