We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e706caa commit a51d904Copy full SHA for a51d904
src/components/SortingVisualizer/index.jsx
@@ -454,15 +454,6 @@ const SortingVisualizer = ({ onDarkModeChange }) => {
454
)}
455
</div>
456
457
- {/* Completion message */}
458
- {isComplete && (
459
- <div className="mb-2 text-center">
460
- <span className="bg-green-500 text-white px-4 py-2 rounded-md font-medium">
461
- Sorting Complete!
462
- </span>
463
- </div>
464
- )}
465
-
466
{/* Stats Panel */}
467
<div className="mb-4 grid grid-cols-3 gap-2 sm:gap-4 text-sm justify-center mx-auto max-w-2xl">
468
<div className={`p-2 rounded ${isDemoMode ? 'bg-black' : isDarkMode ? 'bg-black' : 'bg-gray-100'}`}>
0 commit comments