mirror of
https://github.com/discourse/discourse-custom-header-links.git
synced 2025-05-07 08:59:16 +00:00
DEV: removes unwanted spaces
This commit is contained in:
parent
e5054ac549
commit
e84b0a5bb6
@ -12,7 +12,7 @@ customHeaderLinks.split("|").map(i => {
|
|||||||
|
|
||||||
api.decorateWidget("header-buttons:before", helper => {
|
api.decorateWidget("header-buttons:before", helper => {
|
||||||
return helper.h(
|
return helper.h(
|
||||||
"li.headerLink." + deviceClass + keepOnScrollClass,
|
"li.headerLink" + deviceClass + keepOnScrollClass,
|
||||||
helper.h(
|
helper.h(
|
||||||
"a",
|
"a",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user