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 0376d13 commit 7a6ab1aCopy full SHA for 7a6ab1a
src/ui/layout/hero.tsx
@@ -49,7 +49,7 @@ export const Hero: Component = () => {
49
Solid<span class="font-thin">Start</span>
50
</Match>
51
<Match when={isRouter()?.path}>
52
- <span class="font-thin">Solid-</span>Router
+ <span class="font-thin">Solid </span>Router
53
54
<Match when={isMeta()?.path}>
55
<span class="font-thin">Solid-</span>Meta
src/ui/logo.tsx
@@ -385,7 +385,7 @@ export function Logo(props: { class?: string }) {
385
<>
386
<SolidLogo />
387
<span class="dark:text-white text-2xl leading-none font-normal inactive md:block hidden">
388
- Solid-<b>Router</b>
+ Solid <b>Router</b>
389
</span>
390
</>
391
0 commit comments