Skip to content

Commit c81f59d

Browse files
committed
fix: Use correct casing for GitHub
This commit leaves the casing for blog post titles in the NixOS weekly newletters untouched since those titles refer to posts in the wild that use the incorrect casing. Signed-off-by: squat <[email protected]>
1 parent aba42a4 commit c81f59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/pages/community.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ const platformsMain = [
108108
},
109109
{
110110
href: 'https://github.com/NixOS/',
111-
name: 'Github',
111+
name: 'GitHub',
112112
iconName: 'simple-icons:github',
113113
description:
114-
'Official organization page on Github, where you can find nix, nixpkgs, and other repositories.',
114+
'Official organization page on GitHub, where you can find nix, nixpkgs, and other repositories.',
115115
},
116116
];
117117

0 commit comments

Comments
 (0)