Skip to content

Commit 2adf927

Browse files
Merge pull request #402 from thejackshelton/main
refactor(homepage): remove link component on homepage
2 parents c138a48 + 58b221f commit 2adf927

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { component$ } from '@builder.io/qwik';
2-
import { Link, type DocumentHead } from '@builder.io/qwik-city';
2+
import { type DocumentHead } from '@builder.io/qwik-city';
33
import { useRootStore } from '../_state/use-root-store';
44
import KitSelectionCTA from './_components/kit-selection-cta/kit-selection-cta';
55

@@ -22,9 +22,6 @@ export default component$(() => {
2222
Choose a kit and start building the future{' '}
2323
<span class="hue-rotate-[150deg]"></span>
2424
</p>
25-
<div>
26-
<Link href="/docs/headless/autocomplete">Here is a link component</Link>
27-
</div>
2825
<div class="gap-8 flex flex-col lg:flex-row w-full justify-center justify-items-center">
2926
<KitSelectionCTA kit="headless">
3027
Accessibility built-in and unstyled for your bespoke designs and custom needs.

0 commit comments

Comments
 (0)