chore: swap banner

This commit is contained in:
Tianzhou Chen
2024-04-01 23:27:38 +08:00
parent 93e37473b5
commit 5ee2e2d244

View File

@ -41,10 +41,14 @@ const Header = (props: Props) => {
<span className="w-auto text-center hidden lg:flex justify-center items-center">
<a
href="https://www.bytebase.com?source=sqlchat"
className="hidden sm:block text-blue-600 text-lg hover:underline"
className="hidden sm:block w-auto h-auto py-1 px-2 rounded-md hover:bg-gray-100 dark:hover:bg-zinc-700"
target="_blank"
>
Looking for schema migration tool?
<img
className="h-5 sm:h-6 w-auto"
src={isDarkMode ? "/craft-by-bytebase-dark-mode.webp" : "/craft-by-bytebase.webp"}
alt=""
/>
</a>
</span>
</div>