Skip to content

Commit e07b311

Browse files
authored
Merge pull request #1953 from GSA/main
TP-1937 Fix flag image on embedded survey forms. (#1950) - Production
2 parents 91018ed + 8cca88b commit e07b311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/components/forms/_footer_banner.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<img
88
aria-hidden="true"
99
class="usa-banner__header-flag"
10-
src="/img/us_flag_small.png"
10+
src="<%= root_url %>img/us_flag_small.png"
1111
alt="U.S. flag"
1212
/>
1313
</div>

0 commit comments

Comments
 (0)