Skip to content

Commit 407819c

Browse files
committed
removed outline from homepage headlines
1 parent ac8ab89 commit 407819c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,13 @@ export default component$(() => {
4040
return (
4141
<div class="flex flex-col items-center gap-8 py-24">
4242
<h1 class="text-center text-4xl leading-normal lg:text-5xl">
43-
<span class="text-primary text-outlined font-extrabold tracking-wide">Qwik</span>{' '}
43+
<span class="text-primary font-extrabold tracking-wide">Qwik</span>{' '}
4444
<span class="text-secondary font-extrabold tracking-wide">UI</span>
4545
</h1>
4646
<h2 class="text-center text-xl font-bold leading-normal lg:text-3xl">
4747
Headless & styled copy-paste components
4848
<br />
49-
<span class="text-primary text-outlined leading-normal">
50-
automatically optimized for you
51-
</span>
49+
<span class="text-primary leading-normal">automatically optimized for you</span>
5250
</h2>
5351
<p class="text-center text-lg lg:text-xl">
5452
Choose a kit and start building the future{' '}

0 commit comments

Comments
 (0)