mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-13 03:37:31 +08:00
New icons and types
This commit is contained in:
@@ -38,7 +38,7 @@ export default class PinTemplate extends ITemplate {
|
||||
}
|
||||
|
||||
render() {
|
||||
const icon = this.renderIcon()
|
||||
const icon = html`<div class="ueb-pin-icon">${this.renderIcon()}</div>`
|
||||
const content = html`
|
||||
<div class="ueb-pin-content">
|
||||
${this.renderName()}
|
||||
|
||||
Reference in New Issue
Block a user