1
0
mirror of https://github.com/franjsco/tick3t synced 2025-01-01 04:07:28 +01:00

improvement: add link

This commit is contained in:
frab1t 2019-07-03 20:47:07 +02:00
parent 146512ea71
commit 33c3cd9d18

View File

@ -68,7 +68,7 @@ class ViewTicket extends Component {
> >
<Table data={data} /> <Table data={data} />
<Link to="/"> <Link to="/">
Go to home Back to home
</Link> </Link>
</Card> </Card>
); );