Skip to content

Commit 6157216

Browse files
committed
fix(documents): table rendering
1 parent 7313b02 commit 6157216

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

pages/documents/bridge.mdx

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Callout } from 'nextra/components'
1+
import { Callout, Table, Td, Th, Tr } from 'nextra/components'
22

33
# Bridge
44

@@ -30,42 +30,42 @@ Yes, we can. But there are some requirements that the inventory must meet:
3030
- Full metadata support
3131
- Free **OR** well documented (if paid)
3232

33-
{<table style={{textAlign:'center', overflow:'hidden'}}>
33+
{<Table style={{textAlign:'center', overflow:'hidden'}}>
3434
<thead>
35-
<tr>
36-
<th>Inventory</th>
37-
<th>Secured</th>
38-
<th>Metadata</th>
39-
<th>Free / Docs</th>
40-
</tr>
35+
<Tr>
36+
<Th>Inventory</Th>
37+
<Th>Secured</Th>
38+
<Th>Metadata</Th>
39+
<Th>Free / Docs</Th>
40+
</Tr>
4141
</thead>
4242
<tbody>
43-
<tr>
44-
<td>OX Inventory</td>
45-
<td>✔️</td>
46-
<td>✔️</td>
47-
<td>✔️</td>
48-
</tr>
49-
<tr>
50-
<td>ESX Inventory</td>
51-
<td>Somehow</td>
52-
<td>❌</td>
53-
<td>✔️</td>
54-
</tr>
55-
<tr>
56-
<td>QB Inventory *</td>
57-
<td>❌</td>
58-
<td>Bad</td>
59-
<td>✔️</td>
60-
</tr>
61-
<tr>
62-
<td>QS Inventory **</td>
63-
<td>❌</td>
64-
<td>Less bad</td>
65-
<td>❌</td>
66-
</tr>
43+
<Tr>
44+
<Td>OX Inventory</Td>
45+
<Td>✔️</Td>
46+
<Td>✔️</Td>
47+
<Td>✔️</Td>
48+
</Tr>
49+
<Tr>
50+
<Td>ESX Inventory</Td>
51+
<Td>Somehow</Td>
52+
<Td>❌</Td>
53+
<Td>✔️</Td>
54+
</Tr>
55+
<Tr>
56+
<Td>QB Inventory *</Td>
57+
<Td>❌</Td>
58+
<Td>Bad</Td>
59+
<Td>✔️</Td>
60+
</Tr>
61+
<Tr>
62+
<Td>QS Inventory **</Td>
63+
<Td>❌</Td>
64+
<Td>Less bad</Td>
65+
<Td>❌</Td>
66+
</Tr>
6767
</tbody>
68-
</table>}
68+
</Table>}
6969

7070
\* This also aplies to LJ Inventory or other reskins.
7171
It is very exploitable. Metadata support is poorly written with lot of bugs.

0 commit comments

Comments
 (0)