mirror of
https://github.com/discourse/discourse-custom-header-links.git
synced 2025-03-09 14:18:22 +00:00
more syntax
This commit is contained in:
parent
d21739b694
commit
494c33cc1e
@ -44,7 +44,7 @@ export default {
|
||||
.toLowerCase()
|
||||
.replace(/\s/gi, "-")}-custom-header-links`;
|
||||
|
||||
const localeClass = locale == "" ? "" : `.${locale}`;
|
||||
const localeClass = locale === "" ? "" : `.${locale}`;
|
||||
|
||||
const anchorAttributes = {
|
||||
title: linkTitle,
|
||||
|
Loading…
x
Reference in New Issue
Block a user