chore: update discord link

This commit is contained in:
steven
2023-03-29 13:36:03 +08:00
parent 6ac0ed45de
commit 13f81ed17a
3 changed files with 8 additions and 8 deletions

View File

@ -10,6 +10,7 @@
SQL Chat is a chat-based SQL Client. SQL Chat is a chat-based SQL Client.
![Screenshot](https://raw.githubusercontent.com/bytebase/sqlchat/main/public/screenshot1.webp) ![Screenshot](https://raw.githubusercontent.com/bytebase/sqlchat/main/public/screenshot1.webp)
## Why ## Why
As we enter the [Developer Tools 2.0 era](https://www.sequoiacap.com/article/ai-powered-developer-tools/), As we enter the [Developer Tools 2.0 era](https://www.sequoiacap.com/article/ai-powered-developer-tools/),
@ -20,8 +21,9 @@ more intuitive. Of course, only if that works, and our goal is to deliver that e
## How ## How
SQL Chat is built by Next.js, it supports following databases and will add more over the time: SQL Chat is built by Next.js, it supports following databases and will add more over the time:
* MySQL
* PostgreSQL - MySQL
- PostgreSQL
## Data Privacy ## Data Privacy
@ -38,14 +40,12 @@ pnpm i && pnpm dev
[![Star History Chart](https://api.star-history.com/svg?repos=bytebase/sqlchat&type=Date)](https://star-history.com/#bytebase/sqlchat&Date) [![Star History Chart](https://api.star-history.com/svg?repos=bytebase/sqlchat&type=Date)](https://star-history.com/#bytebase/sqlchat&Date)
## Community ## Community
[![Hang out on Discord](https://img.shields.io/badge/%20-Hang%20out%20on%20Discord-5865F2?style=for-the-badge&logo=discord&labelColor=EEEEEE)](https://discord.gg/huyw7gRsyA) [![Hang out on Discord](https://img.shields.io/badge/%20-Hang%20out%20on%20Discord-5865F2?style=for-the-badge&logo=discord&labelColor=EEEEEE)](https://discord.gg/6R3qb32h)
[![Follow us on Twitter](https://img.shields.io/badge/Follow%20us%20on%20Twitter-1DA1F2?style=for-the-badge&logo=twitter&labelColor=EEEEEE)](https://twitter.com/Bytebase) [![Follow us on Twitter](https://img.shields.io/badge/Follow%20us%20on%20Twitter-1DA1F2?style=for-the-badge&logo=twitter&labelColor=EEEEEE)](https://twitter.com/Bytebase)
## License ## License
This project is under the BSL License. See the [LICENSE](LICENSE) file for the full license text. This project is under the BSL License. See the [LICENSE](LICENSE) file for the full license text.

View File

@ -223,7 +223,7 @@ const ConnectionSidebar = () => {
</div> </div>
<div className="sticky bottom-0 w-full flex justify-center bg-gray-100 backdrop-blur bg-opacity-60 pb-6 py-2"> <div className="sticky bottom-0 w-full flex justify-center bg-gray-100 backdrop-blur bg-opacity-60 pb-6 py-2">
<a <a
href="https://discord.com/invite/huyw7gRsyA" href="https://discord.gg/6R3qb32h"
className="text-indigo-600 text-sm font-medium flex flex-row justify-center items-center hover:underline" className="text-indigo-600 text-sm font-medium flex flex-row justify-center items-center hover:underline"
target="_blank" target="_blank"
> >

View File

@ -35,7 +35,7 @@ const SettingModal = (props: Props) => {
</button> </button>
<div className="w-full flex flex-col justify-start items-start space-y-3 pt-4"> <div className="w-full flex flex-col justify-start items-start space-y-3 pt-4">
<a <a
href="https://discord.com/invite/huyw7gRsyA" href="https://discord.gg/6R3qb32h"
className="w-auto px-4 py-2 rounded-full bg-indigo-600 text-white text-sm font-medium flex flex-row justify-center items-center hover:underline hover:shadow" className="w-auto px-4 py-2 rounded-full bg-indigo-600 text-white text-sm font-medium flex flex-row justify-center items-center hover:underline hover:shadow"
target="_blank" target="_blank"
> >