Skip to content

Commit 628a523

Browse files
committed
Merge remote-tracking branch 'discourse/master'
2 parents e84b0a5 + f26c39a commit 628a523

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

about.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Custom Header Links",
3-
"about_url": "https://meta.discourse.org/t/",
3+
"about_url": "https://meta.discourse.org/t/custom-header-links/90588",
44
"license_url": "https://github.com/hnb-ku/discourse-custom-header-links/blob/master/LICENSE",
55
"component": true
66
}

common/common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
list-style: none;
55
a {
66
padding: 6px 10px;
7-
color: $primary;
7+
color: $header_primary;
88
font-size: $font-up-1;
99
}
1010
}

common/header.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
{
1919
href: linkHref,
2020
title: linkTitle,
21-
target: linkTarget
21+
target: linkTarget,
22+
attributes: { "data-auto-route": "true" }
2223
},
2324
linkText
2425
)

0 commit comments

Comments
 (0)