Force github button height to be equal to discord button (#579)
This commit is contained in:
@@ -35,6 +35,7 @@ function RootLayout() {
|
||||
>
|
||||
<DiscordLogoIcon className="w-7 h-7" />
|
||||
</Link>
|
||||
<div className="h-7">
|
||||
<GitHubButton
|
||||
href="https://github.com/skyvern-ai/skyvern"
|
||||
data-color-scheme="no-preference: dark; light: dark; dark: dark;"
|
||||
@@ -45,6 +46,7 @@ function RootLayout() {
|
||||
Star
|
||||
</GitHubButton>
|
||||
</div>
|
||||
</div>
|
||||
<main className="pl-72 pb-4">
|
||||
<Outlet />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user