mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
style: update symbols for the next/previous page buttons to make navigation more intuitive (#1182)
This commit is contained in:
parent
1ec8e53db8
commit
8b28fdf240
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ export default function Pages({
|
|||
}
|
||||
disabled={pageNumber <= 1}
|
||||
>
|
||||
<<
|
||||
<
|
||||
</button>
|
||||
<span className="flex-none text-gray-400">
|
||||
{pageNumber} / {pages}
|
||||
|
|
@ -48,7 +48,7 @@ export default function Pages({
|
|||
}
|
||||
disabled={pageNumber >= pages}
|
||||
>
|
||||
>>
|
||||
>
|
||||
</button>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue