Skip to content
Snippets Groups Projects
Commit 3aeb7a52 authored by meskio's avatar meskio :tent:
Browse files

Minor UI improvements

parent 5c175bf8
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class Dashboard extends React.Component {
</Col>
<Col xs={{ offset: 0 }} md={{ offset: 1 }}>
<br />
<Button variant="success" href="/purchase">Compra</Button>
<Button variant="success" href="/purchase">Comprar</Button>
</Col>
</Row>
<TransactionList />
......
......@@ -23,8 +23,8 @@ function Head(props) {
<Navbar.Toggle aria-controls="basic-navbar-nav" />
<Navbar.Collapse id="basic-navbar-nav">
<Nav className="mr-auto">
<Nav.Link href="/">Dashboard</Nav.Link>
<Nav.Link href="/products">Productos</Nav.Link>
<Nav.Link href="/purchase">Comprar</Nav.Link>
</Nav>
{adminNav}
<Form inline>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment