We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cc5e8 commit 10a1e8aCopy full SHA for 10a1e8a
1 file changed
src/components/ConversationView/Header.tsx
@@ -41,14 +41,10 @@ const Header = (props: Props) => {
41
<span className="w-auto text-center hidden lg:flex justify-center items-center">
42
<a
43
href="https://www.bytebase.com?source=sqlchat"
44
- 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"
45
target="_blank"
46
>
47
- <img
48
- className="h-5 sm:h-6 w-auto"
49
- src={isDarkMode ? "/craft-by-bytebase-dark-mode.webp" : "/craft-by-bytebase.webp"}
50
- alt=""
51
- />
+ THE tool for database schema migration 🔗
52
</a>
53
</span>
54
</div>
0 commit comments