Skip to content

Commit 41c8f76

Browse files
Remove useless browseronly + add missing image (windmill-labs#526)
1 parent 7eed4ca commit 41c8f76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Loading

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ export default function Home() {
7878
<LayoutProvider>
7979
<main>
8080
<Head>
81-
<title>Windmill | Open source platform to build internal tools with scripts</title>
81+
<title>Windmill | Open-source developer platform and workflow engine</title>
8282
<meta name="title" content="Internal tools with scripts." />
8383
<meta
8484
name="description"
8585
content="Open source low code framework to turn scripts into workflows and internal apps with auto-generated UIs in minutes"
8686
/>
8787
<link rel="icon" href="/img/logo.svg" />
8888
</Head>
89-
<BrowserOnly fallback={<div>Loading...</div>}>{() => <HomepageHeader />}</BrowserOnly>
89+
<HomepageHeader />
9090
</main>
9191
</LayoutProvider>
9292
);

0 commit comments

Comments
 (0)