File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
DSA/arrays/ArrayVisualizations Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ const ArrayVisualizations: React.FC = () => {
9393 { array . map ( ( value , index ) => (
9494 < div
9595 key = { value }
96- className = { `w-8 mx-1 bg-blue-500 transition-all duration-300
97- ${ index === minIndex ? "bg-red-500" : "" }
96+ className = { `w-8 mx-1 bg-blue-500 transition-all duration-300
97+ ${ index === minIndex ? "bg-red-500" : "" }
9898 ${ index === currentIndex ? "bg-yellow-300" : "" } ` }
9999 style = { { height : `${ value * 3 } px` } }
100100 />
Original file line number Diff line number Diff line change @@ -71,4 +71,4 @@ export const TweetsSection: React.FC = () => {
7171 ) ;
7272} ;
7373
74- export default TweetsSection ;
74+ export default TweetsSection ;
Original file line number Diff line number Diff line change 4747 border-radius : 4px ;
4848 cursor : pointer;
4949 text-align : center;
50- }
50+ }
You can’t perform that action at this time.
0 commit comments