Skip to content

Commit 4431d5c

Browse files
tiny docs fixes
1 parent 8db8c88 commit 4431d5c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

apps/website/src/components/faq/faq.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const FAQ = component$(() => {
55
return (
66
<Accordion.Root>
77
<Accordion.Item>
8-
<Accordion.Trigger>
8+
<Accordion.Trigger class="text-left">
99
What kind of support or resources are available if I encounter issues with Qwik
1010
UI?
1111
</Accordion.Trigger>
@@ -28,7 +28,9 @@ export const FAQ = component$(() => {
2828
</Accordion.Content>
2929
</Accordion.Item>
3030
<Accordion.Item>
31-
<Accordion.Trigger>How can I contribute to the project?</Accordion.Trigger>
31+
<Accordion.Trigger class="text-left">
32+
How can I contribute to the project?
33+
</Accordion.Trigger>
3234
<Accordion.Content>
3335
We provide a{' '}
3436
<a
@@ -49,7 +51,7 @@ export const FAQ = component$(() => {
4951
</Accordion.Content>
5052
</Accordion.Item>
5153
<Accordion.Item>
52-
<Accordion.Trigger>
54+
<Accordion.Trigger class="text-left">
5355
How can I migrate my existing application to use Qwik UI from another framework?
5456
</Accordion.Trigger>
5557
<Accordion.Content>

apps/website/src/routes/docs/headless/introduction/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Out of the box, components ship with zero or necessary behavioral styles, giving
4040

4141
## Environment agnostic
4242

43-
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.
43+
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.
4444

4545
## Developer experience
4646

0 commit comments

Comments
 (0)