mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 14:45:41 +00:00
Updated github card urls for dashboard
This commit is contained in:
parent
1c917ed26d
commit
ab9c58116b
@ -16,12 +16,12 @@ export async function dashboard() {
|
|||||||
{
|
{
|
||||||
title: "GitHub Repos",
|
title: "GitHub Repos",
|
||||||
total: totalRepos,
|
total: totalRepos,
|
||||||
href: "https://github.com/r-freeman/"
|
href: "https://github.com/r-freeman?tab=repositories"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "GitHub Followers",
|
title: "GitHub Followers",
|
||||||
total: totalFollowers,
|
total: totalFollowers,
|
||||||
href: "https://github.com/r-freeman/"
|
href: "https://github.com/r-freeman?tab=followers"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "GitHub Stars",
|
title: "GitHub Stars",
|
||||||
|
Loading…
Reference in New Issue
Block a user