villainoustourist / Blazor.Pagination

A reusable pagination component for Blazor.
MIT License
38 stars 18 forks source link

Update First Page Links to use FirstText param #4

Closed mdcooper closed 3 years ago

mdcooper commented 3 years ago

Currently the First Page link is hard coded to «. This change removes that and uses the FirstText param to set the text. The sr-only text was changed to match the text in the last page sr-only text.