Skip to content

Commit 4e560e6

Browse files
authored
fix: Use correct casing for GitHub (#1874)
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 4e560e6

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)