Problem, console error
GET https://drupal-site6.ddev.site/themes/custom/my_subtheme/assets/img/clos... 404 (Not Found)

Incorrect img source in uswds theme templates/layout/page.html.twig

Change

<img src="{{ active_theme_path }}/assets/img/close.svg" alt="close" />
        </button>

To

<img src="{{ active_theme_path }}/assets/img/usa-icons/close.svg" alt="close" />
        </button>

Comments

leisurman created an issue. See original summary.

leisurman’s picture

Issue summary: View changes
leisurman’s picture

Issue summary: View changes
anirudhsingh19’s picture

@leisurman I tried changing the path to <img src="{{ active_theme_path }}/assets/img/usa-icons/close.svg" alt="close" /> but this is also incorrect. Also, I didn't find any close.svg in the theme directory.