Skip to content

Commit b2a94fd

Browse files
committed
cleanup comparisons
1 parent f117113 commit b2a94fd

File tree

6 files changed

+24
-746
lines changed

6 files changed

+24
-746
lines changed

apps/docs/components/docs-footer.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ export function DocsFooter() {
7777
<div className="space-y-4">
7878
<h3 className="font-semibold text-base sm:text-lg">Product</h3>
7979
<ul className="space-y-2 text-sm sm:text-base">
80+
<li>
81+
<a
82+
className="text-muted-foreground hover:text-foreground"
83+
href="/compare"
84+
>
85+
Compare
86+
</a>
87+
</li>
8088
<li>
8189
<a
8290
className="text-muted-foreground hover:text-foreground"

apps/docs/components/sidebar-content.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -130,22 +130,6 @@ export const contents: SidebarSection[] = [
130130
},
131131
],
132132
},
133-
{
134-
title: 'Comparisons',
135-
Icon: ChartLineIcon,
136-
list: [
137-
{
138-
title: 'Databuddy vs Google Analytics',
139-
href: '/docs/comparisons/databuddy-vs-google-analytics',
140-
icon: TrendUpIcon,
141-
},
142-
{
143-
title: 'Best Analytics Tools 2024',
144-
href: '/docs/comparisons/best-analytics-tools-2024',
145-
icon: ChartBarIcon,
146-
},
147-
],
148-
},
149133
{
150134
title: 'Privacy & Compliance',
151135
Icon: ShieldCheckIcon,

0 commit comments

Comments
 (0)