Skip to content

Commit ca9a565

Browse files
committed
fix(landing): correct image alt
1 parent b2a3eed commit ca9a565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/routes/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default component$(() => {
6363
src={`/images/qwik-ui-headless-hero.webp`}
6464
width="300"
6565
height="300"
66-
alt={`styled kit`}
66+
alt={`headless kit`}
6767
class="w-full rounded-t-sm"
6868
/>
6969
<Card.Header>

0 commit comments

Comments
 (0)