Skip to content

Commit

Permalink
Revert "Feature/auth page"
Browse files Browse the repository at this point in the history
  • Loading branch information
SkidGod4444 authored Nov 10, 2024
1 parent 620a319 commit 41dc2ce
Show file tree
Hide file tree
Showing 17 changed files with 143 additions and 557 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ yarn-error.log*
# Misc
.DS_Store
*.pem



2 changes: 1 addition & 1 deletion apps/www/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ yarn-error.log*

# typescript
*.tsbuildinfo
next-env.d.ts
next-env.d.ts
13 changes: 0 additions & 13 deletions apps/www/app/(routes)/usage/layout.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions apps/www/app/(routes)/usage/page.tsx

This file was deleted.

3 changes: 1 addition & 2 deletions apps/www/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
}
body {
@apply bg-background text-foreground;

/* font-feature-settings: "rlig" 1, "calt" 1; */
font-synthesis-weight: none;
text-rendering: optimizeLegibility;
Expand All @@ -109,4 +108,4 @@
.container {
@apply px-4;
}
}
}
4 changes: 2 additions & 2 deletions apps/www/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body
className={` bg-background font-sans min-h-screen ${GeistSans.variable} antialiased`}
className={`min-h-screen bg-background font-sans ${GeistSans.variable} antialiased`}
>
<ThemeProvider
attribute="class"
defaultTheme="dark"
enableSystem
disableTransitionOnChange
>
<div className="relative flex flex-col bg-background mx-auto">
<div className="relative flex min-h-screen flex-col bg-background mx-auto">
{children}
</div>
</ThemeProvider>
Expand Down
16 changes: 0 additions & 16 deletions apps/www/app/sign-in/[[...sign-in]]/layout.tsx

This file was deleted.

63 changes: 0 additions & 63 deletions apps/www/app/sign-in/[[...sign-in]]/page.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions apps/www/components/custom/navbar/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export function MainNav() {
Demo
</Link>
<Link
href="/usage"
href="/examples"
className={cn(
"transition-colors hover:text-foreground/80",
pathname?.startsWith("/usage")
pathname?.startsWith("/examples")
? "text-foreground"
: "text-foreground/60",
)}
Expand Down
33 changes: 0 additions & 33 deletions apps/www/components/custom/usage-home.tsx

This file was deleted.

48 changes: 0 additions & 48 deletions apps/www/components/ui/Leftsidebar.tsx

This file was deleted.

Loading

0 comments on commit 41dc2ce

Please sign in to comment.