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

@@ -2,13 +2,13 @@
<p align="center">
<a href="https://twitter.com/share?url=https://github.com/PaulleDemon/tkbuilder&text=Check out PyUIBuilder tool">
<a href="https://twitter.com/share?url=https://github.com/PaulleDemon/PyUIBuilder&text=Check out PyUIBuilder tool">
<img src="./repo-assets/share/1.png" height="35" />
</a>
<a href="https://www.reddit.com/submit?url=https://github.com/PaulleDemon/tkbuilder&title=Check out PyUIBuilder tool">
<a href="https://www.reddit.com/submit?url=https://github.com/PaulleDemon/PyUIBuilder&title=Check out PyUIBuilder tool">
<img src="./repo-assets/share/4.png" height="35" />
</a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https://github.com/PaulleDemon/tkbuilder&title=check out PyUIBuilder tool">
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https://github.com/PaulleDemon/PyUIBuilder&title=check out PyUIBuilder tool">
<img src="./repo-assets/share/2.png" height="35" />
</a>
<a href="https://youtube.com/">

View File

@@ -1,5 +1,5 @@
{
"name": "tkbuilder",
"name": "pyuibuilder",
"version": "0.1.0",
"private": true,
"dependencies": {

View File

@@ -94,7 +94,7 @@ function Sidebar({tabs}){
<Share className="tw-cursor-pointer tw-text-xl">
<ShareAltOutlined />
</Share>
<a href="https://github.com/PaulleDemon/tkbuilder" className="tw-text-2xl tw-cursor-pointer tw-text-black">
<a href="https://github.com/PaulleDemon/PyUIBuilder" className="tw-text-2xl tw-cursor-pointer tw-text-black">
<GithubFilled />
</a>
<a href="https://ko-fi.com/artpaul" className="tw-cursor-pointer ">

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"
}
}, [])