Skip to content

Commit

Permalink
Merge pull request #143 from dumikau/fix/layout
Browse files Browse the repository at this point in the history
[fix] - Fix layout
  • Loading branch information
dumikau authored Oct 2, 2023
2 parents 21c09cf + 91099ef commit 75feed6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions components/Documentation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function Documentation() {
<th>Calibnet</th>
</tr>
<tr>
<th colSpan={4}>1. HTTPS Endpoints</th>
<th colSpan={3}>1. HTTPS Endpoints</th>
</tr>
<tr>
<td>HTTPS default (v1)</td>
Expand Down Expand Up @@ -124,7 +124,7 @@ export default function Documentation() {
</td>
</tr>
<tr>
<th colSpan={4}>2. WSS Endpoints</th>
<th colSpan={3}>2. WSS Endpoints</th>
</tr>
<tr>
<td>WSS for Lotus Lite</td>
Expand Down Expand Up @@ -166,7 +166,7 @@ export default function Documentation() {
</td>
</tr>
<tr>
<th colSpan={4}>3. Miscellaneous Endpoints</th>
<th colSpan={3}>3. Miscellaneous Endpoints</th>
</tr>
<tr>
<td>Open-RPC Playground</td>
Expand All @@ -193,7 +193,6 @@ export default function Documentation() {
Calibnet CID Checker
</ButtonV2Link>
</td>
<td>Not applicable at the time</td>
</tr>
<tr>
<td>StateMarketDeals Data</td>
Expand All @@ -207,7 +206,6 @@ export default function Documentation() {
Calibnet StateMarketDeals Data
</ButtonV2Link>
</td>
<td>Not applicable at the time</td>
</tr>
</table>
</OneColumn>
Expand Down

0 comments on commit 75feed6

Please sign in to comment.