File tree 5 files changed +1
-43
lines changed
src/components/HomepageUseCases
5 files changed +1
-43
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
- Old whitepaper;
30
30
- Products/Bridging;
31
31
- Ecosystem/Token Agnostic Payments;
32
+ - "Mutlichain mints", "Cross-chain proofs" use cases;
32
33
33
34
## [ 2.0.6] - 04-04-2024
34
35
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -141,11 +141,6 @@ http {
141
141
permanent;
142
142
}
143
143
144
- location /use-cases/proofs {
145
- rewrite ^/use-cases/proofs$ /use-cases/cross-chain-proofs
146
- permanent;
147
- }
148
-
149
144
## products
150
145
151
146
### base-layer
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ const sidebars = {
22
22
'use-cases/organizational-access-control' ,
23
23
'use-cases/gaming-profiles' ,
24
24
'use-cases/social-graphs' ,
25
- 'use-cases/cross-chain-proofs' ,
26
25
] ,
27
26
} ,
28
27
{
Original file line number Diff line number Diff line change @@ -47,14 +47,6 @@ const useCasesList: UseCase[] = [
47
47
isYellow : true ,
48
48
path : "/use-cases/social-graphs/" ,
49
49
} ,
50
- {
51
- img : "img/homepage-use-cases/token-agnostic.webp" ,
52
- modifier : "token-agnostic" , // TODO: change image
53
- title : "Cross-Chain Proofs" ,
54
- text : "Prove ownership of non-fungible tokens on any chain" ,
55
- path : "/use-cases/cross-chain-proofs/" ,
56
- isYellow : true ,
57
- } ,
58
50
{
59
51
img : "img/homepage-use-cases/name-servers.webp" ,
60
52
modifier : "name-servers" , // TODO: change image
You can’t perform that action at this time.
0 commit comments