Skip to content

Commit 7a6ab1a

Browse files
Fix inconsistent spelling of 'Solid Router' in header and hero sections (#1037)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 0376d13 commit 7a6ab1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ui/layout/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const Hero: Component = () => {
4949
Solid<span class="font-thin">Start</span>
5050
</Match>
5151
<Match when={isRouter()?.path}>
52-
<span class="font-thin">Solid-</span>Router
52+
<span class="font-thin">Solid </span>Router
5353
</Match>
5454
<Match when={isMeta()?.path}>
5555
<span class="font-thin">Solid-</span>Meta

src/ui/logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ export function Logo(props: { class?: string }) {
385385
<>
386386
<SolidLogo />
387387
<span class="dark:text-white text-2xl leading-none font-normal inactive md:block hidden">
388-
Solid-<b>Router</b>
388+
Solid <b>Router</b>
389389
</span>
390390
</>
391391
</Match>

0 commit comments

Comments
 (0)