Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/components/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { aboutStyles } from './styles';
import books from '../../images/aboutbooks.png';
import lightBulb from '../../images/aboutlightbulb.png';
import MeetTheTeam from './MeetTheTeam';
//import Communities from './Communities';
import about1 from '../../images/aboutpage/about_1.jpg';
import about2 from '../../images/aboutpage/about_2.jpg';
import about3 from '../../images/aboutpage/about_3.jpg';
Expand Down Expand Up @@ -317,7 +318,6 @@ const About = () => {
</Grid>
</Grid>
)}

<MeetTheTeam />
</Container>
</Box>
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/components/Membership/RewardsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ const RewardsMenu = (userData: RewardsProp) => {
sx={{
...styles.eventsAttendedTitle,
marginLeft: isMobile ? '16%' : '0',
marginTop: isMobile ? '16%' : '14px', // Adjusted marginTop to move the title upwards

}}
>
REWARDS
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.