pull/1/head
LianaHus 5 years ago committed by Liana Husikyan
parent 0b1560649b
commit 61d9aa1218
  1. 2
      src/app/components/vertical-icons.js

@ -66,7 +66,7 @@ export class VerticalIcons extends Plugin {
*/ */
addIcon ({kind, name, icon, displayName, tooltip}) { addIcon ({kind, name, icon, displayName, tooltip}) {
let title = (tooltip || displayName || name) let title = (tooltip || displayName || name)
title = title.replace(/^\w/, c => c.toUpperCase()); title = title.replace(/^\w/, c => c.toUpperCase())
this.icons[name] = yo` this.icons[name] = yo`
<div <div
class="${css.icon}" class="${css.icon}"

Loading…
Cancel
Save