We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2791e commit 8fe23efCopy full SHA for 8fe23ef
apps/website/src/routes/[email protected]
@@ -10,7 +10,7 @@ export default component$(() => {
10
<div class="flex flex-col gap-8">
11
<h1 class="text-center text-3xl font-bold leading-normal lg:text-5xl">
12
<span class="text-primary text-outlined font-black tracking-wide">Qwik</span>{' '}
13
- <span class="text-secondary font-black tracking-wide">UI</span>
+ <span class="text-secondary text-outlined font-black tracking-wide">UI</span>
14
</h1>
15
<h2 class="text-center text-2xl font-bold leading-normal lg:text-4xl">
16
The world's fastest loading UI components <br />
0 commit comments