Skip to content

Commit b087e75

Browse files
committed
feat: remove web3 from upper bar
1 parent 2c9f88a commit b087e75

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

navbar.js

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -156,34 +156,6 @@ module.exports = {
156156
},
157157
],
158158
},
159-
{
160-
type: 'dropdown',
161-
to: 'participate',
162-
position: 'left',
163-
label: 'Web3',
164-
items: [
165-
{
166-
to: 'participate/web3/dns',
167-
label: 'TON DNS & Domains',
168-
},
169-
{
170-
to: 'participate/web3/how-to-open-any-ton-site',
171-
label: 'Open TON Sites',
172-
},
173-
{
174-
to: 'develop/dapps/tutorials/how-to-run-ton-site',
175-
label: 'Run TON Sites',
176-
},
177-
{
178-
to: 'participate/ton-storage/storage-daemon',
179-
label: 'Run a Storage Daemon',
180-
},
181-
{
182-
to: 'participate/ton-storage/storage-provider',
183-
label: 'Build a Storage Provider',
184-
},
185-
],
186-
},
187159
{
188160
type: 'dropdown',
189161
to: '/develop/overview',

0 commit comments

Comments
 (0)