Skip to content

Commit 8fe23ef

Browse files
committed
docs(landing): add text-landing class to 'UI'
1 parent ea2791e commit 8fe23ef

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
@@ -10,7 +10,7 @@ export default component$(() => {
1010
<div class="flex flex-col gap-8">
1111
<h1 class="text-center text-3xl font-bold leading-normal lg:text-5xl">
1212
<span class="text-primary text-outlined font-black tracking-wide">Qwik</span>{' '}
13-
<span class="text-secondary font-black tracking-wide">UI</span>
13+
<span class="text-secondary text-outlined font-black tracking-wide">UI</span>
1414
</h1>
1515
<h2 class="text-center text-2xl font-bold leading-normal lg:text-4xl">
1616
The world's fastest loading UI components <br />

0 commit comments

Comments
 (0)