diff --git a/web/src/app/components/AlumniBoard/AlumniListing.tsx b/web/src/app/components/AlumniBoard/AlumniListing.tsx index d3bac0e..0947bc5 100644 --- a/web/src/app/components/AlumniBoard/AlumniListing.tsx +++ b/web/src/app/components/AlumniBoard/AlumniListing.tsx @@ -74,13 +74,25 @@ const AlumniListing: FC = ({}) => { ))} - 8 - value={activePage} - onChange={setActivePage} - size="lg" - mb="md" - /> + {!isPortrait ? ( + + ) : ( + + )} );