Skip to content

Commit 7480622

Browse files
committed
reword irc message
1 parent a31021f commit 7480622

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

root/inc/release-info.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</li>
5151
<% IF irc.web %>
5252
<li class="irc-chat">
53-
<div><a href="<% irc.web %>">Chat with Maintainers</a></div>
53+
<div><a href="<% irc.web %>">Questions? Chat with us!</a></div>
5454
</li>
5555
<% END %>
5656
<% IF release.license %>

root/static/less/nav-list.less

+1-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
}
128128

129129
.irc-chat {
130-
@width: 155px;
130+
@width: 160px;
131131
@height: 36px;
132132
@left: 10px;
133133
@border-margin: 5px;
@@ -146,7 +146,6 @@
146146

147147
a {
148148
color: #fff;
149-
font-weight: bold;
150149
}
151150

152151
/* dotted border */

0 commit comments

Comments
 (0)