Skip to content

Commit

Permalink
Merge pull request #796 from thejackshelton/docs-intro
Browse files Browse the repository at this point in the history
tiny docs fixes
  • Loading branch information
thejackshelton authored May 28, 2024
2 parents ed69ba4 + 4431d5c commit 8f8f9b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions apps/website/src/components/faq/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const FAQ = component$(() => {
return (
<Accordion.Root>
<Accordion.Item>
<Accordion.Trigger>
<Accordion.Trigger class="text-left">
What kind of support or resources are available if I encounter issues with Qwik
UI?
</Accordion.Trigger>
Expand All @@ -28,7 +28,9 @@ export const FAQ = component$(() => {
</Accordion.Content>
</Accordion.Item>
<Accordion.Item>
<Accordion.Trigger>How can I contribute to the project?</Accordion.Trigger>
<Accordion.Trigger class="text-left">
How can I contribute to the project?
</Accordion.Trigger>
<Accordion.Content>
We provide a{' '}
<a
Expand All @@ -49,7 +51,7 @@ export const FAQ = component$(() => {
</Accordion.Content>
</Accordion.Item>
<Accordion.Item>
<Accordion.Trigger>
<Accordion.Trigger class="text-left">
How can I migrate my existing application to use Qwik UI from another framework?
</Accordion.Trigger>
<Accordion.Content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Out of the box, components ship with zero or necessary behavioral styles, giving

## Environment agnostic

Whether you're building an _SSG_ marketing page, _SSR_ e-commerce site, or _CSR_ dashboard, Qwik UI knows when each function should run on the server or the client for you.
Whether you're building a _SSG_ marketing page, _SSR_ e-commerce site, or _CSR_ dashboard, Qwik UI knows when each function should run on the server or the client for you.

## Developer experience

Expand Down

0 comments on commit 8f8f9b8

Please sign in to comment.