We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee508e3 commit b3d4d30Copy full SHA for b3d4d30
src/landing/Hero.jsx
@@ -32,6 +32,7 @@ export default function Hero() {
32
33
<div className="mx-auto max-w-7xl px-6 pt-10 gap-y-8 pb-24 sm:pb-32 lg:flex lg:py-20 lg:px-8 mt-4">
34
<div className="mx-auto max-w-2xl lg:mx-0 lg:max-w-xl lg:flex-shrink-0 lg:pt-8">
35
+ <div className='h-8'>
36
<GitHubButton
37
alt="Stars"
38
href="https://github.com/windmill-labs/windmill"
@@ -41,6 +42,7 @@ export default function Hero() {
41
42
aria-label="Star windmill-labs/windmill on GitHub"
43
>
44
</GitHubButton>
45
+ </div>
46
<h1 className="mt-4 text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">
47
Turn scripts into workflows and UIs in minutes
48
</h1>
0 commit comments