@@ -25,7 +25,7 @@ import Image from 'next/image';
25
25
</div >
26
26
27
27
<div className = " grid grid-cols-1 md:grid-cols-2 gap-4 mb-10" >
28
- <a href = " /build /evm-general" className = " group flex items-center justify-between rounded-xl p-6 bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50 hover:bg-white dark:hover:bg-neutral-900 hover:border-neutral-300 dark:hover:border-neutral-700 transition-all" >
28
+ <a href = " /evm /evm-general" className = " group flex items-center justify-between rounded-xl p-6 bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50 hover:bg-white dark:hover:bg-neutral-900 hover:border-neutral-300 dark:hover:border-neutral-700 transition-all" >
29
29
<div className = " flex items-center gap-4" >
30
30
<IconCode className = " h-6 w-6 text-neutral-800 dark:text-neutral-300" />
31
31
<div >
@@ -36,7 +36,7 @@ import Image from 'next/image';
36
36
<IconChevronRight className = " h-4 w-4 text-neutral-500" />
37
37
</a >
38
38
39
- <a href = " /build/dev-frontend-dapps " className = " group flex items-center justify-between rounded-xl p-6 bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50 hover:bg-white dark:hover:bg-neutral-900 hover:border-neutral-300 dark:hover:border-neutral-700 transition-all" >
39
+ <a href = " /evm/building-a-frontend " className = " group flex items-center justify-between rounded-xl p-6 bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50 hover:bg-white dark:hover:bg-neutral-900 hover:border-neutral-300 dark:hover:border-neutral-700 transition-all" >
40
40
<div className = " flex items-center gap-4" >
41
41
<IconBolt className = " h-6 w-6 text-neutral-800 dark:text-neutral-300" />
42
42
<div >
@@ -56,11 +56,11 @@ import Image from 'next/image';
56
56
<h3 className = " text-lg font-medium text-neutral-800 dark:text-neutral-200" >Run a node</h3 >
57
57
<p className = " text-sm text-neutral-600 dark:text-neutral-400 mb-3" >Participate in the Sei network by running:</p >
58
58
<div className = " space-y-2" >
59
- <a href = " /node/full- node" className = " text-xs flex items-center text-neutral-600 dark:text-neutral-400 hover:text-neutral-800 dark:hover:text-neutral-200 transition-colors" >
59
+ <a href = " /node/node-operators " className = " text-xs flex items-center text-neutral-600 dark:text-neutral-400 hover:text-neutral-800 dark:hover:text-neutral-200 transition-colors" >
60
60
<IconServer className = " h-3.5 w-3.5 mr-1.5 flex-shrink-0" />
61
61
<span >Full Node</span >
62
62
</a >
63
- <a href = " /node/validator " className = " text-xs flex items-center text-neutral-600 dark:text-neutral-400 hover:text-neutral-800 dark:hover:text-neutral-200 transition-colors" >
63
+ <a href = " /node/validators " className = " text-xs flex items-center text-neutral-600 dark:text-neutral-400 hover:text-neutral-800 dark:hover:text-neutral-200 transition-colors" >
64
64
<IconLock className = " h-3.5 w-3.5 mr-1.5 flex-shrink-0" />
65
65
<span >Validator Node</span >
66
66
</a >
@@ -70,7 +70,7 @@ import Image from 'next/image';
70
70
<IconChevronRight className = " h-4 w-4 text-neutral-500" />
71
71
</a >
72
72
73
- <a href = " /build/resources-tools-and -resources" className = " group flex items-center justify-between rounded-xl p-6 bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50 hover:bg-white dark:hover:bg-neutral-900 hover:border-neutral-300 dark:hover:border-neutral-700 transition-all" >
73
+ <a href = " /evm/solidity -resources" className = " group flex items-center justify-between rounded-xl p-6 bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50 hover:bg-white dark:hover:bg-neutral-900 hover:border-neutral-300 dark:hover:border-neutral-700 transition-all" >
74
74
<div className = " flex items-start gap-4" >
75
75
<IconClipboardText className = " h-6 w-6 text-neutral-800 dark:text-neutral-300 flex-shrink-0 mt-1" />
76
76
<div className = " flex-1" >
@@ -89,7 +89,7 @@ import Image from 'next/image';
89
89
</div >
90
90
<h2 className = " text-xl font-medium text-neutral-800 dark:text-white" >Network Information</h2 >
91
91
</div >
92
-
92
+
93
93
<NetworkTabs />
94
94
</div >
95
95
@@ -112,7 +112,7 @@ import Image from 'next/image';
112
112
</div >
113
113
</a >
114
114
115
- <a href = " /learn" className = " group flex items-start no-underline rounded-xl p-5 bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50 hover:bg-white dark:hover:bg-neutral-900 hover:border-neutral-300 dark:hover:border-neutral-700 hover:shadow-md transition-all" >
115
+ <a href = " /learn/wallets " className = " group flex items-start no-underline rounded-xl p-5 bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50 hover:bg-white dark:hover:bg-neutral-900 hover:border-neutral-300 dark:hover:border-neutral-700 hover:shadow-md transition-all" >
116
116
<div className = " w-10 h-10 flex items-center justify-center rounded-lg bg-neutral-900/10 dark:bg-neutral-800/30 mr-4 group-hover:bg-neutral-800 group-hover:text-white transition-colors" >
117
117
<IconBook className = " h-5 w-5 text-neutral-800 dark:text-neutral-300 group-hover:text-white transition-colors" />
118
118
</div >
@@ -122,4 +122,4 @@ import Image from 'next/image';
122
122
</div >
123
123
</a >
124
124
</div >
125
- </div >
125
+ </div >
0 commit comments