refactor: Improve GitHub link styling in AppHeader component (#4737)
This commit is contained in:
parent
9ceb18ad4f
commit
d5010c5d0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue