mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-24 08:36:18 +08:00
chore: update discord to permanent invite
This commit is contained in:
@ -56,7 +56,7 @@ SQL Chat is built by Next.js, it supports the following databases and will add m
|
|||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
||||||
[](https://discord.gg/6R3qb32h)
|
[](https://discord.gg/z6kakemDjm)
|
||||||
|
|
||||||
[](https://twitter.com/Bytebase)
|
[](https://twitter.com/Bytebase)
|
||||||
|
|
||||||
|
@ -274,7 +274,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.gg/6R3qb32h"
|
href="https://discord.gg/z6kakemDjm"
|
||||||
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"
|
||||||
>
|
>
|
||||||
|
@ -24,7 +24,7 @@ const SettingModal = (props: Props) => {
|
|||||||
<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">
|
||||||
<div className="w-full flex flex-row justify-start items-start flex-wrap">
|
<div className="w-full flex flex-row justify-start items-start flex-wrap">
|
||||||
<a
|
<a
|
||||||
href="https://discord.gg/6R3qb32h"
|
href="https://discord.gg/z6kakemDjm"
|
||||||
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 mr-2 mb-2 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 mr-2 mb-2 hover:underline hover:shadow"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user