mirror of
https://github.com/discourse/discourse-custom-header-links.git
synced 2025-05-06 08:28:19 +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 => {
|
||||
return helper.h(
|
||||
"li.headerLink." + deviceClass + keepOnScrollClass,
|
||||
"li.headerLink" + deviceClass + keepOnScrollClass,
|
||||
helper.h(
|
||||
"a",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user