@@ -27,40 +27,7 @@ useHead({
2727
2828<template >
2929 <div class =" min-h-screen flex flex-col bg-bg text-fg" >
30- <header class =" sticky top-0 z-50 bg-bg/80 backdrop-blur-md border-b border-border" >
31- <nav
32- aria-label =" Main navigation"
33- class =" container h-14 flex items-center justify-between"
34- >
35- <a
36- href =" /"
37- class =" header-logo font-mono text-lg font-medium text-fg hover:text-fg transition-colors duration-200 focus-ring rounded"
38- >
39- <span class =" text-fg-subtle" >./</span >npmx
40- </a >
41-
42- <ul class =" flex items-center gap-6 list-none m-0 p-0" >
43- <li class =" flex" >
44- <a
45- href =" /search"
46- class =" link-subtle font-mono text-sm inline-flex items-center"
47- >
48- search
49- </a >
50- </li >
51- <li class =" flex" >
52- <a
53- href =" https://github.com/danielroe/npmx.dev"
54- rel =" noopener noreferrer"
55- class =" link-subtle font-mono text-sm inline-flex items-center gap-1.5"
56- >
57- <span class =" i-carbon-logo-github w-4 h-4" />
58- <span class =" hidden sm:inline" >github</span >
59- </a >
60- </li >
61- </ul >
62- </nav >
63- </header >
30+ <AppHeader :show-connector =" false" />
6431
6532 <main class =" flex-1 container flex flex-col items-center justify-center py-20 text-center" >
6633 <p class =" font-mono text-8xl sm:text-9xl font-medium text-fg-subtle mb-4" >
@@ -87,29 +54,6 @@ useHead({
8754 </button >
8855 </main >
8956
90- <footer class =" border-t border-border mt-auto" >
91- <div class =" container py-8 flex flex-col sm:flex-row items-center justify-between gap-4 text-fg-subtle text-sm" >
92- <p class =" font-mono m-0" >
93- a better npm browser
94- </p >
95- <div class =" flex items-center gap-6" >
96- <a
97- href =" https://github.com/danielroe/npmx.dev"
98- rel =" noopener noreferrer"
99- class =" link-subtle font-mono text-xs"
100- >
101- source
102- </a >
103- <span class =" text-border" >|</span >
104- <a
105- href =" https://roe.dev"
106- rel =" noopener noreferrer"
107- class =" link-subtle font-mono text-xs"
108- >
109- @danielroe
110- </a >
111- </div >
112- </div >
113- </footer >
57+ <AppFooter />
11458 </div >
11559</template >
0 commit comments