mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-25 09:03:43 +08:00
chore: swap discord and product hunt banner
This commit is contained in:
@ -288,7 +288,15 @@ const ConnectionSidebar = () => {
|
|||||||
{t("conversation.new-chat")}
|
{t("conversation.new-chat")}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div className="sticky bottom-0 w-full flex flex-col justify-center bg-gray-100 dark:bg-zinc-700 backdrop-blur bg-opacity-60 pb-6 py-2">
|
<div className="sticky bottom-0 w-full flex flex-col justify-center bg-gray-100 dark:bg-zinc-700 backdrop-blur bg-opacity-60 pb-4 py-2">
|
||||||
|
<a
|
||||||
|
href="https://discord.gg/z6kakemDjm"
|
||||||
|
className="text-indigo-600 dark:text-indigo-400 text-sm font-medium flex flex-row justify-center items-center mb-2 hover:underline"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
<Icon.BsDiscord className="w-4 h-auto mr-1" />
|
||||||
|
{t("social.join-discord-channel")}
|
||||||
|
</a>
|
||||||
<a
|
<a
|
||||||
className="dark:hidden"
|
className="dark:hidden"
|
||||||
href="https://www.producthunt.com/posts/sql-chat-2?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-sql-chat-2"
|
href="https://www.producthunt.com/posts/sql-chat-2?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-sql-chat-2"
|
||||||
@ -315,14 +323,6 @@ const ConnectionSidebar = () => {
|
|||||||
height="54"
|
height="54"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<a
|
|
||||||
href="https://discord.gg/z6kakemDjm"
|
|
||||||
className="text-indigo-600 dark:text-indigo-400 text-sm font-medium flex flex-row justify-center items-center mt-4 hover:underline"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<Icon.BsDiscord className="w-4 h-auto mr-1" />
|
|
||||||
{t("social.join-discord-channel")}
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user