Skip to content

Commit

Permalink
Update [slug].vue
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 23, 2024
1 parent 5d908ca commit a7d3bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/posts/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="mb-6 text-lg text-gray-500 dark:text-gray-400">
<time :datetime="dateTimestamp(post.date)">{{dateLabel(post.date)}}</time>
<span class="px-1" aria-hidden="true">&middot;</span>
<span>{{post.minutesRead}} min read</span>
<span>{{post.minutesToRead}} min read</span>
</div>
</div>
</div>
Expand Down

0 comments on commit a7d3bff

Please sign in to comment.