You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/covid/view/AttributionComponent.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ class AttributionComponent extends Component {
21
21
*/
22
22
vdom:
23
23
{style: {margin: '20px'},cn: [
24
-
{tag: 'h2',html: 'Attribution'},
24
+
{tag: 'h2',text: 'Attribution'},
25
25
{tag: 'ul',cn: [
26
26
{tag: 'li',html: 'The logos were created by <a target="_blank" href="https://www.driefmeier.com/">Sebastian Driefmeier</a>. Thank you!'},
27
27
{tag: 'li',html: ['The logos are based on the image from <a target="_blank" href="https://phil.cdc.gov/Details.aspx?pid=23312">CDC Public Health Image Library (PHIL)</a>,</br>',
0 commit comments