Skip to content

Commit ff5f3e5

Browse files
fix: images
1 parent a4f936b commit ff5f3e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.changeset/fast-actors-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import { Collapsible, Combobox } from '@qwik-ui/headless';
5555

5656
The searchability of available components has also been improved. You can now use the autocomplete feature to find a specific sub-component.
5757

58-
![component autocomplete](/apps/website/public/images/autocomplete.png)
58+
![component autocomplete](../apps/website/public/images/autocomplete.png)
5959

6060
### Improved legibility
6161

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Qwik UI | Introduction
33
---
44

5-
import headlessHero from '/public/images/qwik-ui-headless-hero.webp';
65
import { FAQ } from '~/components/faq/faq';
76
import { ConfettiButton } from '../install/confetti-button';
7+
import autocompleteImg from '../../../../../public/images/autocomplete.png';
88

99
# Headless kit
1010

@@ -47,7 +47,7 @@ Whether you're building an _SSG_ marketing page, _SSR_ e-commerce site, or _CSR_
4747
Our goal is to provide the **best developer experience**. Qwik UI offers fully-typed, discoverable, and composable components.
4848

4949
<img
50-
src="../../../public/images/autocomplete.png"
50+
src={autocompleteImg}
5151
class="h-60 rounded-sm object-cover object-left px-2 md:h-[revert]"
5252
width="1920"
5353
height="600"

0 commit comments

Comments
 (0)