Skip to content

Commit

Permalink
center num page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignaherrero committed Apr 9, 2022
1 parent ddac5f6 commit b746895
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ export default function Home() {
href={`/posts/[id]`}
as={`/posts/${article.id}`}
key={article.id}
>
Visitar
>
Visitar
</Link>
</div>
</div>
Expand All @@ -198,7 +198,7 @@ export default function Home() {
-
</button>
)}
{page}
<p className="self-center ">{page}</p>
{page < articles.pages && (
<button
type="button"
Expand Down

1 comment on commit b746895

@vercel
Copy link

@vercel vercel bot commented on b746895 Apr 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

challenge-atomik – ./

challenge-atomik-git-main-nacho93.vercel.app
challenge-atomik.vercel.app
challenge-atomik-nacho93.vercel.app

Please sign in to comment.