You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(hackathons): 2-column grid and pagination on teams tab (#560)
Teams tab was rendering as a single column with no pager, so teams
past the first page were unreachable. Use the existing Pagination
component wired to the API's pagination.totalPages and switch the
grid to two columns from the lg breakpoint.
0 commit comments