Delete team start times, fix download link style, fix download file name

This commit is contained in:
John Lyon-Smith
2018-04-29 12:12:03 -07:00
parent a3f96bbb6c
commit 16006e933e
4 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import React, { Component, Fragment } from "react"
import PropTypes from "prop-types"
import { Box, Image, Column, Row, Button, Link, Text } from "ui"
import { Box, Image, Column, Row, Button, Link } from "ui"
import { MessageModal, WaitModal, YesNoMessageModal } from "../Modal"
import { sizeInfo, colorInfo } from "ui/style"
import headerLogo from "images/deighton.png"
@@ -187,7 +187,7 @@ export class System extends Component {
<Row.Item grow />
<Row.Item>
<Link to={api.makeTeamStatusUrl()}>
<Text>Download Team Data</Text>
Download Team Data
</Link>
</Row.Item>
<Row.Item grow />