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