chore: swap banner

This commit is contained in:
Tianzhou Chen
2023-12-18 00:43:33 +08:00
parent f2cc5e8076
commit 10a1e8acc9

View File

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