fix: replace "Uploaded at" with "Published on:" in blog post pages
This commit is contained in:
parent
c8ae48643a
commit
dc11ef8aef
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ export default async function BlogSlugArticle({
|
|||
className="w-full h-auto object-cover rounded-md"
|
||||
/>
|
||||
<p className="mt-4 text-lg md:text-xl text-muted-foreground">
|
||||
Uploaded at {formattedDate}
|
||||
Published on: {formattedDate}
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue