diff --git a/frontend/src/pages/posts/[slug].astro b/frontend/src/pages/posts/[slug].astro index 0a45a3d..cd94738 100644 --- a/frontend/src/pages/posts/[slug].astro +++ b/frontend/src/pages/posts/[slug].astro @@ -151,10 +151,10 @@ const displayTitle = post ? (post.title || formatSlug(post.slug)) : 'Work';
{(neighbors.prev || neighbors.next) && ( -