Skip to content

Commit

Permalink
fix: finally fix linting error
Browse files Browse the repository at this point in the history
undefined
  • Loading branch information
Dragan Balatinac committed Nov 26, 2023
1 parent 7f02aa0 commit 7e8d821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/app/ui/blog/blog-article.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const BlogArticle = async ({
)}
<div className="text-md absolute bottom-5 mb-3 flex gap-5 font-extralight text-slate-400">
<span>Published at: {format(date, 'd.LL.yyyy')}</span>
<span>//</span>
<span>/</span>
<BlogViewCount slug={slug} />
</div>
</div>
Expand Down

0 comments on commit 7e8d821

Please sign in to comment.