diff --git a/README.md b/README.md index c585e7c..3c9d8ad 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ React TypeScript Apache 2.0 License - GitHub stars + Open source on Gitea

- Download Latest - Open an Issue + Download Latest + Open an Issue

--- @@ -301,9 +301,9 @@ _Notes: DB Pro is an Electron app (launched Nov 2025) whose marketing copy overc ### Download a release -Pre-built installers for macOS, Windows, and Linux are published on the [Releases](https://github.com/adrianbonpin/gridline/releases) page. +Pre-built installers for macOS, Windows, and Linux are published on the [Releases](https://git.ranio.xyz/adrianbonpin/gridline/releases) page. -> ⚠️ Gridline is under active development. Expect rough edges and please [open issues](https://github.com/adrianbonpin/gridline/issues/new) when you hit them. +> ⚠️ Gridline is under active development. Expect rough edges and please [open issues](https://git.ranio.xyz/adrianbonpin/gridline/issues/new) when you hit them. #### Installers are unsigned (for now) @@ -357,7 +357,7 @@ Before tagging, make sure the version number is in sync across `desktop/package. ```bash # 1. Clone the repository -git clone https://github.com/adrianbonpin/gridline.git +git clone https://git.ranio.xyz/adrianbonpin/gridline.git cd gridline # 2. Install all workspace dependencies @@ -473,7 +473,7 @@ Highlights of what's next: Contributions, bug reports, and feature ideas are welcome. Gridline is Apache 2.0-licensed and intentionally stays open — no paywalled tiers, no bundled proprietary services. -- Open an issue via the **[template chooser](https://github.com/AdrianBonpin/gridline/issues/new)** — pick **Bug report** (with an environment table so we can reproduce issues quickly), **Feature request**, or **Improvement** (UX polish for existing features). New issues are auto-assigned to the maintainer. +- Open an issue via the **[template chooser](https://git.ranio.xyz/adrianbonpin/gridline/issues/new)** — pick **Bug report** (with an environment table so we can reproduce issues quickly), **Feature request**, or **Improvement** (UX polish for existing features). New issues are auto-assigned to the maintainer. - Submit a pull request. Keep Tauri commands thin, type IPC boundaries explicitly, and follow the existing Rust/React conventions. --- diff --git a/www/public/favicon.ico b/www/public/favicon.ico index 7f48a94..0520bed 100644 Binary files a/www/public/favicon.ico and b/www/public/favicon.ico differ diff --git a/www/public/favicon.svg b/www/public/favicon.svg index f157bd1..c3586e2 100644 --- a/www/public/favicon.svg +++ b/www/public/favicon.svg @@ -1,9 +1,32 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/www/src/layouts/Layout.astro b/www/src/layouts/Layout.astro index cbcc259..82e8d05 100644 --- a/www/src/layouts/Layout.astro +++ b/www/src/layouts/Layout.astro @@ -98,7 +98,7 @@ const isProd = import.meta.env.PROD;