docs(article): added recap article

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-12-31 08:28:21 +01:00
parent eb00eda8cf
commit 995fc7794d
6 changed files with 89 additions and 2 deletions

View File

@@ -120,7 +120,17 @@ export default async function Page({
<div className="row gap-4 items-center mt-8">
<div className="size-10 center-center bg-black rounded-full">
<Logo className="w-6 h-6 fill-white" />
{author.image ? (
<Image
className="size-10 object-cover rounded-full"
src={author.image}
alt={author.name}
width={48}
height={48}
/>
) : (
<Logo className="w-6 h-6 fill-white" />
)}
</div>
<div className="col">
<p className="font-medium">{author.name}</p>