Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libraries/ai.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const aiProject = {
},
{
icon: <FaGithub />,
label: 'Github',
label: 'GitHub',
to: `https://github.com/${repo}`,
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const configProject = {
},
{
icon: <FaGithub />,
label: 'Github',
label: 'GitHub',
to: `https://github.com/${repo}`,
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/db.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const dbProject = {
// },
{
icon: <FaGithub />,
label: 'Github',
label: 'GitHub',
to: `https://github.com/${repo}`,
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/devtools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const devtoolsProject = {
},
{
icon: <FaGithub />,
label: 'Github',
label: 'GitHub',
to: `https://github.com/${repo}`,
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const formProject = {
},
{
icon: <FaGithub />,
label: 'Github',
label: 'GitHub',
to: `https://github.com/${repo}`,
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/pacer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const pacerProject = {
},
{
icon: <FaGithub />,
label: 'Github',
label: 'GitHub',
to: `https://github.com/${repo}`,
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/ranger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const rangerProject = {
},
{
icon: <FaGithub />,
label: 'Github',
label: 'GitHub',
to: `https://github.com/${repo}`,
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const storeProject = {
},
{
icon: <FaGithub />,
label: 'Github',
label: 'GitHub',
to: `https://github.com/${repo}`,
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const tableProject = {
},
{
icon: <FaGithub />,
label: 'Github',
label: 'GitHub',
to: `https://github.com/${repo}`,
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/virtual.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const virtualProject = {
},
{
icon: <FaGithub />,
label: 'Github',
label: 'GitHub',
to: `https://github.com/${repo}`,
},
],
Expand Down