Skip to content

Commit 921ec16

Browse files
authored
Merge branch 'main' into feat/fix-username-and-plan
2 parents d42ea11 + d894442 commit 921ec16

File tree

102 files changed

+122
-18578
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+122
-18578
lines changed

.github/workflows/cypress.yml

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

.github/workflows/install-script.yml

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

.github/workflows/jest.yml

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

.github/workflows/npm-publish.yml.removed

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

.github/workflows/platform-build.yml

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

docs/pages/_app.tsx

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@ import "../styles/global.css";
33

44

55
function MyApp({ Component, pageProps }: AppProps) {
6-
return (
7-
// <main className="bg-[#020817]" style={{backgroundColor: "#020817"}}>
8-
// <main className="bg-[#020817]" style={{backgroundColor: "#0d0a19"}}>
9-
// <main className="bg-[#020817]" style={{backgroundColor: "#161625"}}>
10-
// <main className="bg-[#020817]" style={{backgroundColor: "#13131A"}}>
11-
// <main className="bg-[#020817]" style={{backgroundColor: "#121221"}}>
12-
// <main style={{backgroundColor: "#10101E"}}>
13-
<main style={{backgroundColor: "#0E0E1C"}}>
14-
<Component {...pageProps} />
15-
</main>
16-
);
6+
return (
7+
<main style={{ backgroundColor: "#0E0E1C" }}>
8+
<Component {...pageProps} />
9+
</main>
10+
);
1711
}
1812

1913
export default MyApp;

docs/pages/_meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"getting-started": "🚀 Getting Started",
44
"cli": "🔧 Sweep CLI",
55
"deployment": "🏠 Self-Host",
6-
"assistant": "🧪 Sweep Assistant",
76
"usage": "📖 Usage",
87
"about": "👋 About",
98
"faq": "❓ FAQ",

0 commit comments

Comments
 (0)