Skip to content

Commit 82ab5bb

Browse files
authored
Merge pull request #3331 from ava-labs/docs/nits
2 parents b0d2bd8 + 04ce59a commit 82ab5bb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

components/landing/student-callout.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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>

components/navigation/docs-subnav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)