Skip to content
Merged
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/Event/Event.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const EventBox = ({
{location}
</p>

<div style={{ display: 'flex', marginLeft: '320px', marginTop: '-35px', marginBottom: '30px' }}>
<div style={{ display: 'flex', marginLeft: '290px', marginTop: '-35px', marginBottom: '30px' }}>
{instagram_link !== '' && (
<a href={instagram_link}>
<img
Expand Down
16 changes: 0 additions & 16 deletions frontend/src/components/Membership/RewardsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,22 +120,6 @@ const RewardsMenu = (userData: RewardsProp) => {
onMouseLeave={() => setIsHovered(false)}
>
<img src={smallPrize} alt="img" style={{ width: '70px', height: '70px' }} />
{isHovered && (
<div
className="info-box"
style={{
backgroundColor: 'white',
color: 'black',
padding: '3px 20px',
maxWidth: '40%',
borderRadius: '15px',
fontSize: '12px',
position: 'absolute',
}}
>
<p> Small Prize </p>
</div>
)}
</Box>
<Box
style={{
Expand Down