Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: error (#222)

authored by

Maximilian Kaske and committed by
GitHub
794b8901 4637e644

+4 -4
+4 -4
apps/web/src/app/blog/[slug]/page.tsx
··· 104 104 {getNameInitials(post.author.name)} 105 105 </AvatarFallback> 106 106 </Avatar> 107 - <p className="text-muted-foreground text-sm font-light"> 107 + <div className="text-muted-foreground text-sm font-light"> 108 108 <Link 109 109 href={post.author.url ?? "#"} 110 110 target="_blank" ··· 112 112 > 113 113 {post.author.name} 114 114 </Link> 115 - <div> 115 + <p> 116 116 {formatDate(new Date(post.publishedAt))} 117 117 <span className="text-muted-foreground/70 mx-1">&bull;</span> 118 118 {post.readingTime} 119 - </div> 120 - </p> 119 + </p> 120 + </div> 121 121 </div> 122 122 </div> 123 123 <div className="prose-pre:overflow-y-auto prose-pre:max-w-xs md:prose-pre:max-w-none mx-auto max-w-prose ">