This commit is contained in:
paul
2024-09-29 21:00:55 +05:30
parent 923e371f1f
commit c625038d2a
4 changed files with 7 additions and 7 deletions

View File

@@ -11,8 +11,8 @@ function Share({children, className=""}){
const shareInfo = useMemo(() => {
return {
url: encodeURI("https://github.com/PaulleDemon/tkbuilder"),
text: "Check out Framework agnostic GUI builder for python"
url: encodeURI("https://github.com/PaulleDemon/PyUIBuilder"),
text: "Check out this GUI builder for python"
}
}, [])