fix: replace "Uploaded at" with "Published on:" in blog post pages

This commit is contained in:
Dorian Niemiec 2024-09-07 21:57:02 +02:00
parent c8ae48643a
commit dc11ef8aef

View file

@ -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>