Skip to content

Commit

Permalink
Merge pull request #34 from Andes-hosting/Blog-Feature
Browse files Browse the repository at this point in the history
FIx dates
  • Loading branch information
Jiroma committed Jul 10, 2024
2 parents 46b22c9 + c061127 commit 61fa417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const BlogGroup = () => {
</Card.Text>
</Card.Body>
<Card.Footer>
<small className="text-muted">Fecha: 11 de Julio del 2024</small>
<small className="text-muted">Fecha: 10 de Julio del 2024</small>
</Card.Footer>
</Link>
</Card>
Expand Down
2 changes: 1 addition & 1 deletion website-andes-hosting/src/pages/blog/blogs/Blog2.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Blog2 = () => {
<div className="container-blog2 border text-white rounded">
<BlogContent
title="Demon Slayer: Kimetsu no Yaiba llega al Tablero Virtual"
date="1 de Julio, 2024"
date="10 de Julio, 2024"
image={kimetsu}
content={blogContent}
/>
Expand Down

0 comments on commit 61fa417

Please sign in to comment.