Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] - Fix layout #143

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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