diff --git a/.changeset/README.md b/.changeset/README.md
deleted file mode 100644
index e5b6d8d6a..000000000
--- a/.changeset/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# Changesets
-
-Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
-with multi-package repos, or single-package repos to help you version and publish your code. You can
-find the full documentation for it [in our repository](https://github.com/changesets/changesets)
-
-We have a quick list of common questions to get you started engaging with this project in
-[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
diff --git a/.changeset/config.json b/.changeset/config.json
deleted file mode 100644
index f26daf14d..000000000
--- a/.changeset/config.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
- "changelog": "@changesets/cli/changelog",
- "commit": false,
- "fixed": [],
- "linked": [],
- "access": "public",
- "baseBranch": "main",
- "updateInternalDependencies": "patch",
- "ignore": []
-}
diff --git a/apps/webapp/src/components/dashboard/components/main-nav-sm.tsx b/apps/webapp/src/components/dashboard/components/main-nav-sm.tsx
index 9f7d002a3..7a8575eaf 100644
--- a/apps/webapp/src/components/dashboard/components/main-nav-sm.tsx
+++ b/apps/webapp/src/components/dashboard/components/main-nav-sm.tsx
@@ -46,12 +46,12 @@ export function SmallNav({
diff --git a/apps/webapp/src/components/dashboard/components/main-nav.tsx b/apps/webapp/src/components/dashboard/components/main-nav.tsx
index ce415ae91..41053f5a6 100644
--- a/apps/webapp/src/components/dashboard/components/main-nav.tsx
+++ b/apps/webapp/src/components/dashboard/components/main-nav.tsx
@@ -25,12 +25,12 @@ export function MainNav({
className={`flex flex-col items-start ${className}`}
{...props}
>
- click('quickstart')}
>
Quick Start
-
+ */}
click('dashboard')}
@@ -70,7 +70,6 @@ export function MainNav({
Docs