about: Remove Found bug button.

This commit is contained in:
Rishi Gupta
2018-10-20 16:35:44 -07:00
committed by Akash Nimare
parent d723c5cd1c
commit 1048c91d9e
2 changed files with 0 additions and 20 deletions

View File

@@ -19,7 +19,6 @@
Available under the Available under the
<a onclick="linkInBrowser('license')">Apache 2.0 License</a> <a onclick="linkInBrowser('license')">Apache 2.0 License</a>
</p> </p>
<a class="bug" onclick="linkInBrowser('bug')" href="#">Found bug?</a>
</div> </div>
</div> </div>
<script> <script>
@@ -38,9 +37,6 @@
case 'license': case 'license':
url = "https://github.com/zulip/zulip-electron/blob/master/LICENSE"; url = "https://github.com/zulip/zulip-electron/blob/master/LICENSE";
break; break;
default:
url = 'https://github.com/zulip/zulip-electron/issues/new?body=' +
'%3C!--Please%20describe%20your%20issue%20and%20steps%20to%20reproduce%20it.--%3E';
} }
shell.openExternal(url); shell.openExternal(url);
} }

View File

@@ -57,22 +57,6 @@ body {
width: 100%; width: 100%;
} }
.maintenance-info .bug {
display: inline-block;
padding: 8px 15px;
margin-top: 30px;
text-decoration: none;
background-color: #52c2af;
color: #fff;
border-radius: 4px;
transition: background-color 0.2s ease;
}
.maintenance-info .bug:hover {
background-color: #32a692;
}
p.detail a { p.detail a {
color: #355f4c; color: #355f4c;
} }