Skip to content

Commit

Permalink
add logo role role & text-balance
Browse files Browse the repository at this point in the history
  • Loading branch information
renomureza committed Aug 2, 2024
1 parent b34d66c commit 1b70818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/components/icons/solidstart-logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export function SolidStartLogo(props: Props) {
viewBox="0 0 500 500"
fill="none"
xmlns="http://www.w3.org/2000/svg"
role="presentation"
class={props.class}
>
<path
Expand Down
2 changes: 1 addition & 1 deletion docs/components/sections/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function Hero() {
<div class="text-center text-6xl font-semibold">
Solid<span class="text-[#017AD4]">Start</span>
</div>
<strong class="dark:font-thin font-normal text-3xl block pt-3 text-center">
<strong class="dark:font-thin text-balance font-normal text-3xl block pt-3 text-center">
Fine-grained reactivity goes fullstack
</strong>
<div class="pt-10 flex flex-col items-center sm:flex-row gap-4 justify-center px-6">
Expand Down

0 comments on commit 1b70818

Please sign in to comment.