From 07ce5215d45c8d8c5cbf1c1ec5dac98533223ae8 Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Tue, 30 Dec 2025 13:46:00 +0100 Subject: [PATCH] Changing Github url in stars component. --- src/components/wrappers/common/github/github-button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"