Skip to content

Commit ef8269d

Browse files
committed
Removed backend version phrase (TBD)
1 parent e366b8d commit ef8269d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

views/login.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
aside {
34-
flex-basis: 470px;
34+
flex-basis: 410px;
3535
background-color: #f0f0f0;
3636
padding: 27px;
3737
box-sizing: border-box;
@@ -280,7 +280,7 @@
280280
<h1>Redash Preview Instance</h1>
281281
<p>Preview frontend changes in pull requests</p>
282282
<div id="visual">
283-
<svg width="290px" height="290px" viewBox="0 0 38 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
283+
<svg width="230px" height="230px" viewBox="0 0 38 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
284284
<g id="redash-logo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
285285
<g id="Group-5" transform="translate(6.000000, 1.000000)" fill-rule="nonzero">
286286
<path d="M12,25.3846154 C20.7263387,20.2114164 24.8265686,18.2206014 24.3006897,19.4121704 C23.7748108,20.6037394 19.6745809,25.133016 12,33 L12,25.3846154 Z" id="Shape" fill="#FF7964"></path>
@@ -292,7 +292,7 @@ <h1>Redash Preview Instance</h1>
292292
</div>
293293
<div id="bottom">
294294
All preview instances use a single backend, so only frontend changes can be previewed.
295-
<small>Backend current version: 7.01 build abc123.</small>
295+
<!-- <small>Backend current version: 7.01 build abc123.</small> -->
296296
</div>
297297
</aside>
298298
<main>

0 commit comments

Comments
 (0)