Skip to content

Commit

Permalink
Merge branch 'main' into feat/fix-username-and-plan
Browse files Browse the repository at this point in the history
  • Loading branch information
wwzeng1 authored May 13, 2024
2 parents d42ea11 + d894442 commit 921ec16
Show file tree
Hide file tree
Showing 102 changed files with 122 additions and 18,578 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/cypress.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/install-script.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/jest.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/npm-publish.yml.removed

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/platform-build.yml

This file was deleted.

16 changes: 5 additions & 11 deletions docs/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,11 @@ import "../styles/global.css";


function MyApp({ Component, pageProps }: AppProps) {
return (
// <main className="bg-[#020817]" style={{backgroundColor: "#020817"}}>
// <main className="bg-[#020817]" style={{backgroundColor: "#0d0a19"}}>
// <main className="bg-[#020817]" style={{backgroundColor: "#161625"}}>
// <main className="bg-[#020817]" style={{backgroundColor: "#13131A"}}>
// <main className="bg-[#020817]" style={{backgroundColor: "#121221"}}>
// <main style={{backgroundColor: "#10101E"}}>
<main style={{backgroundColor: "#0E0E1C"}}>
<Component {...pageProps} />
</main>
);
return (
<main style={{ backgroundColor: "#0E0E1C" }}>
<Component {...pageProps} />
</main>
);
}

export default MyApp;
1 change: 0 additions & 1 deletion docs/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"getting-started": "🚀 Getting Started",
"cli": "🔧 Sweep CLI",
"deployment": "🏠 Self-Host",
"assistant": "🧪 Sweep Assistant",
"usage": "📖 Usage",
"about": "👋 About",
"faq": "❓ FAQ",
Expand Down
Loading

0 comments on commit 921ec16

Please sign in to comment.