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 { ...@@ -31,7 +31,7 @@ class Dashboard extends React.Component {
</Col> </Col>
<Col xs={{ offset: 0 }} md={{ offset: 1 }}> <Col xs={{ offset: 0 }} md={{ offset: 1 }}>
<br /> <br />
<Button variant="success" href="/purchase">Compra</Button> <Button variant="success" href="/purchase">Comprar</Button>
</Col> </Col>
</Row> </Row>
<TransactionList /> <TransactionList />
......
...@@ -23,8 +23,8 @@ function Head(props) { ...@@ -23,8 +23,8 @@ function Head(props) {
<Navbar.Toggle aria-controls="basic-navbar-nav" /> <Navbar.Toggle aria-controls="basic-navbar-nav" />
<Navbar.Collapse id="basic-navbar-nav"> <Navbar.Collapse id="basic-navbar-nav">
<Nav className="mr-auto"> <Nav className="mr-auto">
<Nav.Link href="/">Dashboard</Nav.Link>
<Nav.Link href="/products">Productos</Nav.Link> <Nav.Link href="/products">Productos</Nav.Link>
<Nav.Link href="/purchase">Comprar</Nav.Link>
</Nav> </Nav>
{adminNav} {adminNav}
<Form inline> <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