File tree Expand file tree Collapse file tree 5 files changed +0
-36
lines changed Expand file tree Collapse file tree 5 files changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,6 @@ export const Footer = component$(() => {
77 < footer class = "border-t" >
88 < div class = "mx-auto max-w-7xl overflow-hidden px-4 py-12 sm:px-6 lg:px-8" >
99 < nav class = "-mx-5 -my-2 flex flex-wrap justify-center" aria-label = "Footer" >
10- < div class = "px-5 py-2" >
11- < a href = "/about" class = "hover:text-muted-foreground" >
12- About
13- </ a >
14- </ div >
1510 < div class = "px-5 py-2" >
1611 < a href = "/docs/headless/introduction" class = "hover:text-muted-foreground" >
1712 Headless Kit
Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ const defaultLinksGroups: LinkGroup[] = [
2424 {
2525 name : 'Qwik UI' ,
2626 children : [
27- {
28- name : 'About' ,
29- href : '/about/' ,
30- } ,
3127 {
3228 name : 'Contributing' ,
3329 href : '/contributing/' ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33## Qwik UI
44
5- - [ About] ( /about )
65- [ Contributing] ( /contributing )
76- [ Headless] ( /docs/headless/introduction )
87- [ Styled] ( /docs/styled/introduction )
Original file line number Diff line number Diff line change 22
33## Qwik UI
44
5- - [ About] ( /about )
65- [ Contributing] ( /contributing )
76- [ Headless] ( /docs/headless/introduction )
87- [ Styled] ( /docs/styled/introduction )
You can’t perform that action at this time.
0 commit comments