Skip to content

Commit 1454d27

Browse files
committed
fix: correct spelling of 'GitHub' in project labels in side menu
1 parent e887c35 commit 1454d27

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/libraries/ai.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const aiProject = {
3838
},
3939
{
4040
icon: <FaGithub />,
41-
label: 'Github',
41+
label: 'GitHub',
4242
to: `https://github.com/${repo}`,
4343
},
4444
],

src/libraries/config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const configProject = {
3535
},
3636
{
3737
icon: <FaGithub />,
38-
label: 'Github',
38+
label: 'GitHub',
3939
to: `https://github.com/${repo}`,
4040
},
4141
],

src/libraries/db.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const dbProject = {
4242
// },
4343
{
4444
icon: <FaGithub />,
45-
label: 'Github',
45+
label: 'GitHub',
4646
to: `https://github.com/${repo}`,
4747
},
4848
],

src/libraries/devtools.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const devtoolsProject = {
3636
},
3737
{
3838
icon: <FaGithub />,
39-
label: 'Github',
39+
label: 'GitHub',
4040
to: `https://github.com/${repo}`,
4141
},
4242
],

src/libraries/form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const formProject = {
4141
},
4242
{
4343
icon: <FaGithub />,
44-
label: 'Github',
44+
label: 'GitHub',
4545
to: `https://github.com/${repo}`,
4646
},
4747
],

src/libraries/pacer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const pacerProject = {
4444
},
4545
{
4646
icon: <FaGithub />,
47-
label: 'Github',
47+
label: 'GitHub',
4848
to: `https://github.com/${repo}`,
4949
},
5050
],

src/libraries/ranger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const rangerProject = {
4444
},
4545
{
4646
icon: <FaGithub />,
47-
label: 'Github',
47+
label: 'GitHub',
4848
to: `https://github.com/${repo}`,
4949
},
5050
],

src/libraries/store.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const storeProject = {
4242
},
4343
{
4444
icon: <FaGithub />,
45-
label: 'Github',
45+
label: 'GitHub',
4646
to: `https://github.com/${repo}`,
4747
},
4848
],

src/libraries/table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const tableProject = {
6464
},
6565
{
6666
icon: <FaGithub />,
67-
label: 'Github',
67+
label: 'GitHub',
6868
to: `https://github.com/${repo}`,
6969
},
7070
],

src/libraries/virtual.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const virtualProject = {
4444
},
4545
{
4646
icon: <FaGithub />,
47-
label: 'Github',
47+
label: 'GitHub',
4848
to: `https://github.com/${repo}`,
4949
},
5050
],

0 commit comments

Comments
 (0)