Skip to content

Commit 65f61df

Browse files
committed
fix: correct spelling of 'GitHub' in project labels in side menu
1 parent 4d7b28d commit 65f61df

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: <GithubIcon />,
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: <GithubIcon />,
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
@@ -38,7 +38,7 @@ export const dbProject = {
3838
},
3939
{
4040
icon: <GithubIcon />,
41-
label: 'Github',
41+
label: 'GitHub',
4242
to: `https://github.com/${repo}`,
4343
},
4444
],

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: <GithubIcon />,
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: <GithubIcon />,
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
@@ -47,7 +47,7 @@ export const pacerProject = {
4747
},
4848
{
4949
icon: <GithubIcon />,
50-
label: 'Github',
50+
label: 'GitHub',
5151
to: `https://github.com/${repo}`,
5252
},
5353
],

src/libraries/ranger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const rangerProject = {
4646
},
4747
{
4848
icon: <GithubIcon />,
49-
label: 'Github',
49+
label: 'GitHub',
5050
to: `https://github.com/${repo}`,
5151
},
5252
],

src/libraries/store.tsx

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

src/libraries/table.tsx

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

src/libraries/virtual.tsx

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

0 commit comments

Comments
 (0)