Skip to content

Commit

Permalink
summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kozlov authored and Andrey Kozlov committed Oct 25, 2022
1 parent 5a57211 commit a49ff4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SummaryRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ module.exports.render = function({items}) {
</tr>
<tr class="landscape">
<td class="sticky">
<span>Personas</span>
<span>Target Users</span>
</td>
${projects.map( (project) => `
<td>${h((project.extra || {})['summary_personas']) || '&nbsp;'}</td>
Expand Down Expand Up @@ -457,7 +457,7 @@ module.exports.render = function({items}) {
</tr>
<tr class="landscape">
<td class="sticky">
<span>Youtube video</span>
<span>Overview Video</span>
</td>
${projects.map( (project) => project.extra && project.extra.summary_intro_url ? `
<td><a href="${h(project.extra.summary_intro_url)}" target="_blank">${l(project.extra.summary_intro_url)}</a></td>
Expand Down

0 comments on commit a49ff4b

Please sign in to comment.