Skip to content

Commit 5dd7720

Browse files
committed
feat: std -> standard library
1 parent 2755491 commit 5dd7720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function NavBar() {
4343
href="/std"
4444
class="text-subtext1 hover:text-text transition-all duration-300 font-medium text-sm relative group"
4545
>
46-
Std
46+
Standard Library
4747
<span class="absolute -bottom-1 left-0 w-0 h-0.5 bg-yellow transition-all duration-300 group-hover:w-full">
4848
</span>
4949
</a>

0 commit comments

Comments
 (0)