RafaelJaime commited on
Commit
ac02cba
·
verified ·
1 Parent(s): e126106

Update src/App.js

Browse files
Files changed (1) hide show
  1. src/App.js +2 -22
src/App.js CHANGED
@@ -655,17 +655,7 @@ const UrologyLeaderboard = () => {
655
  style: {
656
  width: '80px',
657
  height: '80px',
658
- borderRadius: '12px',
659
- border: '2px solid rgba(255, 255, 255, 0.2)',
660
- transition: 'transform 0.3s ease',
661
- cursor: 'pointer',
662
- objectFit: 'cover'
663
- },
664
- onMouseOver: (e) => { e.target.style.transform = 'scale(1.05)'; },
665
- onMouseOut: (e) => { e.target.style.transform = 'scale(1)'; },
666
- onError: (e) => {
667
- e.target.style.display = 'none';
668
- console.log('Error loading IES logo');
669
  }
670
  })
671
  ),
@@ -707,17 +697,7 @@ const UrologyLeaderboard = () => {
707
  style: {
708
  width: '80px',
709
  height: '80px',
710
- borderRadius: '12px',
711
- border: '2px solid rgba(255, 255, 255, 0.2)',
712
- transition: 'transform 0.3s ease',
713
- cursor: 'pointer',
714
- objectFit: 'cover'
715
- },
716
- onMouseOver: (e) => { e.target.style.transform = 'scale(1.05)'; },
717
- onMouseOut: (e) => { e.target.style.transform = 'scale(1)'; },
718
- onError: (e) => {
719
- e.target.style.display = 'none';
720
- console.log('Error loading course logo');
721
  }
722
  })
723
  )
 
655
  style: {
656
  width: '80px',
657
  height: '80px',
658
+ cursor: 'pointer'
 
 
 
 
 
 
 
 
 
 
659
  }
660
  })
661
  ),
 
697
  style: {
698
  width: '80px',
699
  height: '80px',
700
+ cursor: 'pointer'
 
 
 
 
 
 
 
 
 
 
701
  }
702
  })
703
  )