mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-27 10:06:23 +08:00
chore: show product hunt banner
This commit is contained in:
@ -289,28 +289,26 @@ const ConnectionSidebar = () => {
|
||||
</button>
|
||||
</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">
|
||||
{/* TODO: remove this after releasing */}
|
||||
<a
|
||||
className="hidden dark:hidden"
|
||||
href="https://www.producthunt.com/posts/sql-chat?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-sql-chat"
|
||||
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"
|
||||
target="_blank"
|
||||
>
|
||||
<img
|
||||
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=389982&theme=light"
|
||||
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=390216&theme=light"
|
||||
alt="SQL Chat - ChatGPT powered SQL client for Postgres, MySQL & SQL Server | Product Hunt"
|
||||
style={{ width: "250px", height: "54px" }}
|
||||
width="250"
|
||||
height="54"
|
||||
/>
|
||||
</a>
|
||||
{/* TODO: remove this after releasing */}
|
||||
<a
|
||||
className="!hidden dark:block"
|
||||
href="https://www.producthunt.com/posts/sql-chat?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-sql-chat"
|
||||
className="hidden dark:block"
|
||||
href="https://www.producthunt.com/posts/sql-chat-2?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-sql-chat-2"
|
||||
target="_blank"
|
||||
>
|
||||
<img
|
||||
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=389982&theme=dark"
|
||||
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=390216&theme=dark"
|
||||
alt="SQL Chat - ChatGPT powered SQL client for Postgres, MySQL & SQL Server | Product Hunt"
|
||||
style={{ width: "250px", height: "54px" }}
|
||||
width="250"
|
||||
|
Reference in New Issue
Block a user