Skip to content

Commit

Permalink
Pagination 「第一頁」改成「最前頁」 (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark86092 authored Apr 12, 2018
1 parent 997933c commit 58f2db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ExperienceSearch/Pagination/Pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Pagination = ({
className="buttonFirstPage"
to={createPageLinkTo(1)}
>
第一頁
最前頁
</Link>
{
isPreviousDisabled(currentPage) ?
Expand Down

0 comments on commit 58f2db6

Please sign in to comment.