diff --git a/docs/src/assets/houston.webp b/docs/src/assets/houston.webp deleted file mode 100644 index 930c164..0000000 Binary files a/docs/src/assets/houston.webp and /dev/null differ diff --git a/docs/src/assets/logo.png b/docs/src/assets/logo.png new file mode 100644 index 0000000..ad0a9db Binary files /dev/null and b/docs/src/assets/logo.png differ diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 7a80d05..72f37c5 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -5,12 +5,15 @@ template: splash hero: tagline: Run Python in Your Web Application image: - file: ../../assets/houston.webp + file: ../../assets/logo.png actions: - text: Try it out link: /pysandbox/examples/mainthread/example3_seaborn icon: right-arrow variant: primary + - text: View on GitHub + icon: external + link: https://github.com/bugzpodder/pysandbox --- import { LinkCard, CardGrid } from "@astrojs/starlight/components"; @@ -18,22 +21,22 @@ import { LinkCard, CardGrid } from "@astrojs/starlight/components";