remove extra blank lines
parent
b826b0d998
commit
b3a12867a6
|
@ -129,7 +129,6 @@ limitations under the License.
|
||||||
margin: 17px 0 3px 0;
|
margin: 17px 0 3px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.mx_TagPanel_groupsButton > .mx_GroupsButton:before {
|
.mx_TagPanel_groupsButton > .mx_GroupsButton:before {
|
||||||
mask: url('../../img/feather-icons/users.svg');
|
mask: url('../../img/feather-icons/users.svg');
|
||||||
mask-position: center 10px;
|
mask-position: center 10px;
|
||||||
|
|
|
@ -19,7 +19,6 @@ import QuestionDialog from './QuestionDialog';
|
||||||
import { _t } from '../../../languageHandler';
|
import { _t } from '../../../languageHandler';
|
||||||
|
|
||||||
export default (props) => {
|
export default (props) => {
|
||||||
|
|
||||||
const existingIssuesUrl = "https://github.com/vector-im/riot-web/issues" +
|
const existingIssuesUrl = "https://github.com/vector-im/riot-web/issues" +
|
||||||
"?q=is%3Aopen+is%3Aissue+label%3Aredesign+sort%3Areactions-%2B1-desc";
|
"?q=is%3Aopen+is%3Aissue+label%3Aredesign+sort%3Areactions-%2B1-desc";
|
||||||
const newIssueUrl = "https://github.com/vector-im/riot-web/issues/new" +
|
const newIssueUrl = "https://github.com/vector-im/riot-web/issues/new" +
|
||||||
|
|
Loading…
Reference in New Issue