Commit 61d9aa12 authored by LianaHus's avatar LianaHus Committed by Liana Husikyan

standart

parent 0b156064
......@@ -66,7 +66,7 @@ export class VerticalIcons extends Plugin {
*/
addIcon ({kind, name, icon, displayName, tooltip}) {
let title = (tooltip || displayName || name)
title = title.replace(/^\w/, c => c.toUpperCase());
title = title.replace(/^\w/, c => c.toUpperCase())
this.icons[name] = yo`
<div
class="${css.icon}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment