Changing Github url in stars component.

This commit is contained in:
charlesgauthereau
2025-12-30 13:46:00 +01:00
parent 9f4895fd63
commit 07ce5215d4
@@ -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"