Skip to content

Commit

Permalink
feat: update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dannweeeee committed Jan 10, 2025
1 parent 25014f4 commit 9137cbb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 197 deletions.
3 changes: 1 addition & 2 deletions web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import "jupiverse-kit/dist/index.css";

import Navbar from "@/components/shared/navbar";
import NProgressBar from "@/components/ui/nprogressbar";
import { UniverseBackground } from "@/components/ui/universe-background";
import { ThemeProvider } from "@/components/providers/theme-provider";
import { WalletProvider } from "@/components/providers/wallet-provider";

Expand Down Expand Up @@ -38,7 +37,7 @@ export default function RootLayout({
<body className={`${spaceGrotesk.className}`}>
<ThemeProvider
attribute="class"
defaultTheme="light"
defaultTheme="dark"
enableSystem
storageKey="theme"
disableTransitionOnChange
Expand Down
1 change: 0 additions & 1 deletion web/src/components/shared/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { useTheme } from "next-themes";
const Hero = () => {
const [copied, setCopied] = useState(false);
const { theme } = useTheme();
console.log("HERO THEME", theme);

const installCommands = {
npm: "npm i jupiverse-kit",
Expand Down
1 change: 0 additions & 1 deletion web/src/components/shared/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { useTheme } from "next-themes";

const Navbar = () => {
const { theme } = useTheme();
console.log("NAVBAR THEME", theme);

return (
<motion.nav
Expand Down
193 changes: 0 additions & 193 deletions web/src/components/ui/universe-background.tsx

This file was deleted.

0 comments on commit 9137cbb

Please sign in to comment.