File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,24 @@ export default function StudentCallout() {
88 < section className = "p-4" >
99 < div className = "max-w-7xl w-full mx-auto " >
1010
11- < div className = "bg-white rounded-2xl shadow-lg border border-gray-100 p-4 md:p-8" >
11+ < div className = "bg-white dark:bg-zinc-900/50 rounded-2xl shadow-lg border border-zinc-200/80 dark:border-zinc-800/80 p-4 md:p-8" >
1212 < div className = "flex flex-col md:flex-row items-center gap-8" >
1313 { /* Left side - Content */ }
1414 < div className = "flex-1 text-center md:text-left" >
1515 < div className = "flex items-center justify-center md:justify-start gap-3 mb-4" >
16- < div className = "p-2 bg-blue-100 rounded-lg" >
17- < GraduationCap className = "h-6 w-6 text-blue-600" />
16+ < div className = "p-2 bg-blue-100 dark:bg-blue-900/30 rounded-lg" >
17+ < GraduationCap className = "h-6 w-6 text-blue-600 dark:text-blue-400 " />
1818 </ div >
19- < span className = "text-sm font-medium text-blue-600 uppercase tracking-wide" >
19+ < span className = "text-sm font-medium text-blue-600 dark:text-blue-400 uppercase tracking-wide" >
2020 For Students
2121 </ span >
2222 </ div >
2323
24- < h2 className = "text-3xl md:text-4xl font-bold text-gray -900 mb-4" >
24+ < h2 className = "text-3xl md:text-4xl font-bold text-zinc -900 dark:text-white mb-4" >
2525 Build the Future with Us
2626 </ h2 >
2727
28- < p className = "text-lg text-gray -600 mb-6 leading-relaxed" >
28+ < p className = "text-lg text-zinc -600 dark:text-zinc-400 mb-6 leading-relaxed" >
2929 Join thousands of students learning to build on blockchain. Get exclusive access to
3030 student resources, workshops, and opportunities to connect with the Avalanche Builder community.
3131 </ p >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const tabs = [
2727 pathMatch : ( path : string ) => path . startsWith ( "/docs/api-reference" ) ,
2828 } ,
2929 {
30- label : "SDKs " ,
30+ label : "Developer Tools " ,
3131 href : "/docs/tooling/avalanche-sdk" ,
3232 pathMatch : ( path : string ) => path . startsWith ( "/docs/tooling" ) ,
3333 } ,
You can’t perform that action at this time.
0 commit comments