cc14be4aef
The CSS rules for showing/hiding icons target .cv-paper, not .cv-container. Changed toggleIcons function to: - Add/remove .show-icons class on .cv-paper (not .cv-container) - This matches the CSS selectors in logo-toggle.css Bug: Icons toggle wasn't working because class was being applied to wrong element Fix: Apply .show-icons to .cv-paper to match CSS rules