feat: updated logo
This commit is contained in:
@@ -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>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user