Skip to content

Commit 2e81397

Browse files
committed
'texts' div id to 'network-error-texts'
1 parent 94212af commit 2e81397

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/renderer/css/network.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ img {
2424
text-align: center;
2525
}
2626

27-
#texts {
27+
#network-error-texts {
2828
color: rgb(32 45 58 / 100%);
2929
}
3030

app/renderer/network.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<body>
1515
<div id="content">
1616
<div id="picture"><img src="img/zulip_network.png" /></div>
17-
<div id="texts">
17+
<div id="network-error-texts">
1818
<div id="title">We can't connect to this organization</div>
1919
<div id="subtitle">This could be because</div>
2020
<ul id="description">

0 commit comments

Comments
 (0)