Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
89dc08ee
Commit
89dc08ee
authored
Aug 09, 2021
by
Kim, Subin
Browse files
Pagination 주석 삭제
parent
3b9bd6da
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/components/Pagination.js
View file @
89dc08ee
...
@@ -43,26 +43,6 @@ const Pagination = ({ totalPages, activePage, prevPage, nextPage, paginate }) =>
...
@@ -43,26 +43,6 @@ const Pagination = ({ totalPages, activePage, prevPage, nextPage, paginate }) =>
/
>
/
>
<
/PaginationBoot
>
<
/PaginationBoot
>
)
)
// return (
// <nav className="col-12 col-md-4 offset-md-4 my-2" aria-label="Page navigation">
// <ul className="pagination justify-content-center mb-0">
// <li className="page-item">
// <a className="page-link" href="#" aria-label="Previous">
// <span aria-hidden="true">«</span>
// </a>
// </li>
// <li className="page-item"><a className="page-link" href="#">1</a></li>
// <li className="page-item"><a className="page-link" href="#">2</a></li>
// <li className="page-item"><a className="page-link" href="#">3</a></li>
// <li className="page-item">
// <a className="page-link" href="#" aria-label="Next">
// <span aria-hidden="true">»</span>
// </a>
// </li>
// </ul>
// </nav>
// )
}
}
export
default
Pagination
export
default
Pagination
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment