Skip to content

Commit

Permalink
'texts' div id to 'network-error-texts'
Browse files Browse the repository at this point in the history
  • Loading branch information
enesonus committed Apr 13, 2023
1 parent 94212af commit 2e81397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/renderer/css/network.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ img {
text-align: center;
}

#texts {
#network-error-texts {
color: rgb(32 45 58 / 100%);
}

Expand Down
2 changes: 1 addition & 1 deletion app/renderer/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<body>
<div id="content">
<div id="picture"><img src="img/zulip_network.png" /></div>
<div id="texts">
<div id="network-error-texts">
<div id="title">We can't connect to this organization</div>
<div id="subtitle">This could be because</div>
<ul id="description">
Expand Down

0 comments on commit 2e81397

Please sign in to comment.