We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94212af commit 2e81397Copy full SHA for 2e81397
app/renderer/css/network.css
@@ -24,7 +24,7 @@ img {
24
text-align: center;
25
}
26
27
-#texts {
+#network-error-texts {
28
color: rgb(32 45 58 / 100%);
29
30
app/renderer/network.html
@@ -14,7 +14,7 @@
14
<body>
15
<div id="content">
16
<div id="picture"><img src="img/zulip_network.png" /></div>
17
- <div id="texts">
+ <div id="network-error-texts">
18
<div id="title">We can't connect to this organization</div>
19
<div id="subtitle">This could be because</div>
20
<ul id="description">
0 commit comments