Skip to content

Commit

Permalink
revert file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
myrta2302 committed Nov 12, 2024
1 parent 6cadf22 commit 93e4b90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ function withLegend(template: TemplateResult, ...legendItems: string[]) {
${template}
<ul class="legend list-unstyled">
${legendItems.map(
item => html`
item => html`
<li class="d-flex align-items-center">
<div class="h-regular w-regular me-8 ${item}"></div>
<span>${item}</span>
</li>
`,
)}
)}
</ul>
</div>
`;
Expand Down

0 comments on commit 93e4b90

Please sign in to comment.