Added link to landing page
This commit is contained in:
parent
00471abee4
commit
257da50a83
1 changed files with 38 additions and 57 deletions
|
|
@ -33,53 +33,33 @@ import Table from '../components/Table/Table'
|
|||
<Padding left={4.75} right={4.75}>
|
||||
<Row content="split">
|
||||
<Display desktop tablet>
|
||||
<Link to="/">
|
||||
<Row content="left" gap={2}>
|
||||
<Logo size={200} />
|
||||
<h1>OCBO e-Sign</h1>
|
||||
</Row>
|
||||
</Display>
|
||||
</Link>
|
||||
|
||||
<Row content="left" gap={1}>
|
||||
<span class="name">Patrick Alvin Alcala</span>
|
||||
<Link to="/"><FiLogOut size={25} /></Link>
|
||||
</Row>
|
||||
</Row>
|
||||
</Display>
|
||||
|
||||
<Row content="center">
|
||||
<h2>List of Ready to Approve and Sign OP (Order of Payments)</h2>
|
||||
</Row>
|
||||
|
||||
<Table client:load />
|
||||
|
||||
<!-- <table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Application Number</th>
|
||||
<th>Name</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>25-000011</td>
|
||||
<td>123</td>
|
||||
<td id="modal-button"><Button label="Show Details" design="bu-ghost" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>25-000012</td>
|
||||
<td>Another Name</td>
|
||||
<td><Button label="Show Details" design="bu-ghost" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table> -->
|
||||
</Row>
|
||||
</Padding>
|
||||
</Page>
|
||||
|
||||
<div id="modal" style="display: none">
|
||||
<Modal background="rgba(0,0,0,0.5)">
|
||||
<h1>SAMPLE</h1>
|
||||
</Modal>
|
||||
</div>
|
||||
</Layout>
|
||||
</Page>
|
||||
|
||||
<style lang="sass">
|
||||
@use '/src/styles/variables.sass' as vars
|
||||
|
|
@ -99,3 +79,4 @@ import Table from '../components/Table/Table'
|
|||
.name
|
||||
font-size: 1.25rem
|
||||
</style>
|
||||
</Layout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue