Fix
This commit is contained in:
parent
d25055dcdd
commit
74f238f555
@ -51,7 +51,7 @@ function getPeertubeButtons () {
|
|||||||
${repeat(buttons, (node) => html`
|
${repeat(buttons, (node) => html`
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="#"
|
||||||
title="${node.getAttribute('title')}"
|
title="${node.getAttribute('title') ?? ''}"
|
||||||
class="${
|
class="${
|
||||||
// adding original classes
|
// adding original classes
|
||||||
node.className
|
node.className
|
||||||
|
Loading…
x
Reference in New Issue
Block a user