Skip to content

Commit f39405c

Browse files
Merge pull request steam-bell-92#1556 from Alvi24-hub/main
Fix: Sorting Visualizer has a banner image
2 parents fa21b5c + 8e9d530 commit f39405c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

web-app/generate_banners.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -716,10 +716,6 @@ def draw_o(ox, oy):
716716
("Fourier Series", "math", "fourier-series.webp"),
717717

718718
# UTILITIES
719-
# NOTE: "Tower of Hanoi" under utilities removed — it was a duplicate of
720-
# the math entry above and wrote to the same "tower-of-hanoi.webp" path,
721-
# silently overwriting it. If a utilities-specific banner is wanted,
722-
# give it a distinct filename instead (e.g. "tower-of-hanoi-util.webp").
723719
("Morse Code", "utilities", "morse-code.webp"),
724720
("Number Converter", "utilities", "number-converter.webp"),
725721
("Typing Speed Tester", "utilities", "typing-speed-tester.webp"),

0 commit comments

Comments
 (0)