Skip to content

Commit

Permalink
Update generate-icon-overview.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Dec 11, 2024
1 parent ded41c9 commit 5d380d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/foundations/scripts/local/generate-icon-overview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ const generateIconOverview = () => {
<body>
<div class="icons-overview-container">
${ALL_ICONS.map(
${// eslint-disable-next-line @typescript-eslint/no-unsafe-call

Check failure on line 33 in packages/foundations/scripts/local/generate-icon-overview.ts

View workflow job for this annotation

GitHub Actions / lint / Lint

Insert `⏎↹↹↹`
ALL_ICONS.map(
(icon) => `

Check failure on line 35 in packages/foundations/scripts/local/generate-icon-overview.ts

View workflow job for this annotation

GitHub Actions / lint / Lint

Insert `↹`
<div data-spacing="small" class="db-card">
<span
Expand Down

0 comments on commit 5d380d3

Please sign in to comment.