Skip to content

Commit

Permalink
style: update symbols for the next/previous page buttons to make navi…
Browse files Browse the repository at this point in the history
…gation more intuitive (danny-avila#1182)
  • Loading branch information
Z1xus authored Nov 16, 2023
1 parent 1ec8e53 commit 8b28fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Conversations/Pages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Pages({
}
disabled={pageNumber <= 1}
>
&lt;&lt;
&lt;
</button>
<span className="flex-none text-gray-400">
{pageNumber} / {pages}
Expand All @@ -48,7 +48,7 @@ export default function Pages({
}
disabled={pageNumber >= pages}
>
&gt;&gt;
&gt;
</button>
</div>
);
Expand Down

0 comments on commit 8b28fdf

Please sign in to comment.