Skip to content

Commit ad8b7b9

Browse files
JamBalaya56562JanDeDobbeleer
authored andcommitted
fix(docs): typo className on index.js
1 parent f3c048e commit ad8b7b9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

website/src/pages/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const features = [
1111
title: <>🎨 Beautiful & Intelligent</>,
1212
description: (
1313
<>
14-
Transform your terminal with stunning themes and intelligent segments that display
15-
Git status, cloud info, language versions, system metrics, and 180+ other contextual details.
14+
Transform your terminal with stunning themes and intelligent segments that display
15+
Git status, cloud info, language versions, system metrics, and 180+ other contextual details.
1616
Your prompt adapts to what you're working on.
1717
</>
1818
),
@@ -21,7 +21,7 @@ const features = [
2121
title: <>⚡ Lightning Fast</>,
2222
description: (
2323
<>
24-
Built with Go for blazing performance. Smart caching and async operations ensure
24+
Built with Go for blazing performance. Smart caching and async operations ensure
2525
your prompt renders instantly, even with complex configurations and multiple segments.
2626
No more waiting for your terminal.
2727
</>
@@ -31,8 +31,8 @@ const features = [
3131
title: <>🌍 Universal Compatibility</>,
3232
description: (
3333
<>
34-
One configuration works everywhere - PowerShell, Bash, Zsh, Fish, Nu Shell, and more.
35-
Windows, macOS, Linux, WSL, containers, SSH sessions. Write once, use everywhere
34+
One configuration works everywhere - PowerShell, Bash, Zsh, Fish, Nu Shell, and more.
35+
Windows, macOS, Linux, WSL, containers, SSH sessions. Write once, use everywhere
3636
with zero vendor lock-in.
3737
</>
3838
),
@@ -83,7 +83,7 @@ function Home() {
8383
See themes &rarr;
8484
</Link>
8585
</div>
86-
<img class="hero--image" src="/img/hero.png" alt="Oh My Posh prompt"></img>
86+
<img className="hero--image" src="/img/hero.png" alt="Oh My Posh prompt"></img>
8787
</div>
8888
</header>
8989
<main>

0 commit comments

Comments
 (0)