Skip to content

Commit

Permalink
Fix inconsistent spelling of 'Solid Router' in header and hero sectio…
Browse files Browse the repository at this point in the history
…ns (#1037)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
amirhhashemi and kodiakhq[bot] authored Jan 28, 2025
1 parent 0376d13 commit 7a6ab1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/layout/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const Hero: Component = () => {
Solid<span class="font-thin">Start</span>
</Match>
<Match when={isRouter()?.path}>
<span class="font-thin">Solid-</span>Router
<span class="font-thin">Solid </span>Router
</Match>
<Match when={isMeta()?.path}>
<span class="font-thin">Solid-</span>Meta
Expand Down
2 changes: 1 addition & 1 deletion src/ui/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export function Logo(props: { class?: string }) {
<>
<SolidLogo />
<span class="dark:text-white text-2xl leading-none font-normal inactive md:block hidden">
Solid-<b>Router</b>
Solid <b>Router</b>
</span>
</>
</Match>
Expand Down

0 comments on commit 7a6ab1a

Please sign in to comment.