Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed May 30, 2023
1 parent 9206f03 commit 0bbbca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MyApp/wwwroot/portal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ <h1 class="hidden lg:block pt-4 mb-2 text-3xl font-bold leading-tight tracking-t
section.id = id
section.label = section.label || humanize(id)
section.title = section.title || section.label
section.icon = section.icon || typeOf(section.type)?.icon?.svg
section.icon = section.icon || typeOf(section.type)?.icon?.svg ||
`<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2M3 8v6m0-6h6m12 0v6m0-6H9m12 6v4a2 2 0 0 1-2 2H9m12-6H9m-6 0v4a2 2 0 0 0 2 2h4m-6-6h6m0-6v6m0 0v6m6-12v12"></path></svg>`
section.component.props = section.component.props || ['type']
section.component.emits = section.component.emits || ['nav']
})
Expand Down

0 comments on commit 0bbbca3

Please sign in to comment.