diff --git a/src/components/wrappers/common/github/github-button.tsx b/src/components/wrappers/common/github/github-button.tsx index 163f4874..05086977 100644 --- a/src/components/wrappers/common/github/github-button.tsx +++ b/src/components/wrappers/common/github/github-button.tsx @@ -9,7 +9,7 @@ export const GitHubStarsButtonCustom = () => { const [stars, setStars] = React.useState(0); const [isLoading, setIsLoading] = React.useState(true); - const username = "Soluce-Technologies" + const username = "Portabase" const repo = "portabase"