Skip to content

Commit 37f5605

Browse files
authored
Fix Issue #1289 (#1297)
* remove double div * llms
1 parent 6f296be commit 37f5605

File tree

6 files changed

+9
-33
lines changed

6 files changed

+9
-33
lines changed

.ai/categories/dapps.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10811,8 +10811,6 @@ Wallet types fall into two categories based on their connection to the internet:
1081110811
- **[Cold wallets](#cold-wallets)**: Offline storage using hardware devices or air-gapped systems.
1081210812
- **[Wallet Tools](#wallet-tools)**: Libraries and SDKs for integrating wallet functionality into dApps.
1081310813

10814-
10815-
1081610814
## Hot Wallets
1081710815

1081810816
<div class="grid cards" markdown>
@@ -10865,9 +10863,6 @@ Wallet types fall into two categories based on their connection to the internet:
1086510863

1086610864
</div>
1086710865

10868-
10869-
</div>
10870-
1087110866
## Wallet Tools
1087210867

1087310868
<div class="grid cards" markdown>
@@ -10880,7 +10875,6 @@ Wallet types fall into two categories based on their connection to the internet:
1088010875

1088110876
[:octicons-arrow-right-24: Reference](https://www.lunolab.xyz/){target=\_blank}
1088210877

10883-
1088410878
</div>
1088510879

1088610880

.ai/categories/tooling.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21357,8 +21357,6 @@ Wallet types fall into two categories based on their connection to the internet:
2135721357
- **[Cold wallets](#cold-wallets)**: Offline storage using hardware devices or air-gapped systems.
2135821358
- **[Wallet Tools](#wallet-tools)**: Libraries and SDKs for integrating wallet functionality into dApps.
2135921359

21360-
21361-
2136221360
## Hot Wallets
2136321361

2136421362
<div class="grid cards" markdown>
@@ -21411,9 +21409,6 @@ Wallet types fall into two categories based on their connection to the internet:
2141121409

2141221410
</div>
2141321411

21414-
21415-
</div>
21416-
2141721412
## Wallet Tools
2141821413

2141921414
<div class="grid cards" markdown>
@@ -21426,7 +21421,6 @@ Wallet types fall into two categories based on their connection to the internet:
2142621421

2142721422
[:octicons-arrow-right-24: Reference](https://www.lunolab.xyz/){target=\_blank}
2142821423

21429-
2143021424
</div>
2143121425

2143221426

.ai/pages/develop-toolkit-integrations-wallets.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Wallet types fall into two categories based on their connection to the internet:
1717
- **[Cold wallets](#cold-wallets)**: Offline storage using hardware devices or air-gapped systems.
1818
- **[Wallet Tools](#wallet-tools)**: Libraries and SDKs for integrating wallet functionality into dApps.
1919

20-
21-
2220
## Hot Wallets
2321

2422
<div class="grid cards" markdown>
@@ -71,9 +69,6 @@ Wallet types fall into two categories based on their connection to the internet:
7169

7270
</div>
7371

74-
75-
</div>
76-
7772
## Wallet Tools
7873

7974
<div class="grid cards" markdown>
@@ -86,5 +81,4 @@ Wallet types fall into two categories based on their connection to the internet:
8681

8782
[:octicons-arrow-right-24: Reference](https://www.lunolab.xyz/){target=\_blank}
8883

89-
9084
</div>

.ai/site-index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4653,12 +4653,12 @@
46534653
}
46544654
],
46554655
"stats": {
4656-
"chars": 3893,
4657-
"words": 524,
4656+
"chars": 3881,
4657+
"words": 523,
46584658
"headings": 4,
4659-
"estimated_token_count_total": 834
4659+
"estimated_token_count_total": 830
46604660
},
4661-
"hash": "sha256:ef2cc8c69ca34dd35a012c361d5a7ce72dab888b4ef674f62310a1d3914c6554",
4661+
"hash": "sha256:e5dff215887bba05472cc452bb7e6805eab60c48beab660ea4876356c03343ba",
46624662
"token_estimator": "heuristic-v1"
46634663
},
46644664
{

develop/toolkit/integrations/wallets.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Wallet types fall into two categories based on their connection to the internet:
1616
- **[Cold wallets](#cold-wallets)**: Offline storage using hardware devices or air-gapped systems.
1717
- **[Wallet Tools](#wallet-tools)**: Libraries and SDKs for integrating wallet functionality into dApps.
1818

19-
20-
2119
## Hot Wallets
2220

2321
<div class="grid cards" markdown>
@@ -70,9 +68,6 @@ Wallet types fall into two categories based on their connection to the internet:
7068

7169
</div>
7270

73-
74-
</div>
75-
7671
## Wallet Tools
7772

7873
<div class="grid cards" markdown>
@@ -85,5 +80,4 @@ Wallet types fall into two categories based on their connection to the internet:
8580

8681
[:octicons-arrow-right-24: Reference](https://www.lunolab.xyz/){target=\_blank}
8782

88-
89-
</div>
83+
</div>

0 commit comments

Comments
 (0)