Skip to content

Commit 2f25d16

Browse files
authored
fix(ui): standardize GitHub casing in labels (#733)
Signed-off-by: Rahul-R79 <rahul.devworks@gmail.com>
1 parent 0f6a48e commit 2f25d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ function Navbar() {
384384
<GithubOutlined className={`text-xl text-white ${
385385
screens.md ? "mr-1.5" : "mr-0"
386386
}`} />
387-
<span className={screens.md ? "inline" : "hidden"}>Github</span>
387+
<span className={screens.md ? "inline" : "hidden"}>GitHub</span>
388388
</a>
389389
</div>
390390
</div>

0 commit comments

Comments
 (0)