Skip to content

Commit ce83448

Browse files
chore: remove version switch from navbar (#212)
* chore: remove version switch from navbar * Delete version-switch.tsx --------- Co-authored-by: Hayden Bleasel <[email protected]>
1 parent ba8a25e commit ce83448

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

apps/docs/components/navbar/home-links.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"use client";
22

33
import Link from "next/link";
4-
import { VersionSwitch } from "./version-switch";
54

65
const VercelIcon = ({ size = 18 }) => (
76
<svg
@@ -89,9 +88,6 @@ export const HomeLinks = () => (
8988
</div>
9089
</div>
9190
</a>
92-
<div>
93-
<VersionSwitch />
94-
</div>
9591
</div>
9692

9793
<style jsx>{`

apps/docs/components/navbar/version-switch.tsx

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)