Skip to content

Commit

Permalink
fix: text date
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Sep 24, 2024
1 parent 49639ca commit 72c81c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vue-pages/blog/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function observeArticleTitles() {
</div>
</div>
<span class="block mt-6 text-sm font-semibold tracking-widest text-white uppercase">
Last updated{{ formatTime(props?.updated_at || '') }}
Last update: {{ formatTime(props?.updated_at || '') }}
</span>
<div class="relative toc-wrapper">
<h1 class="py-5 text-3xl lg:text-4xl lg:max-w-1/2 px-4 font-800 mx-auto">
Expand Down

0 comments on commit 72c81c3

Please sign in to comment.