refactor: Improve GitHub link styling in AppHeader component (#4737)

This commit is contained in:
Deon Sanchez 2024-11-20 10:04:54 -07:00 committed by GitHub
commit d5010c5d0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ export default function AppHeader(): JSX.Element {
<>
<Button
unstyled
className="hidden items-center whitespace-nowrap 2xl:inline"
className="hidden items-center whitespace-nowrap pr-2 2xl:inline"
onClick={() =>
window.open("https://github.com/langflow-ai/langflow", "_blank")
}