Skip to content

Commit

Permalink
chore(devtools-ui): remove halloween ghosts (refinedev#5248)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemir authored Nov 13, 2023
1 parent d0a0710 commit e29a3d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 154 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-rules-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@refinedev/devtools-ui": patch
---

Removed the halloween decorations from the UI.
150 changes: 0 additions & 150 deletions packages/devtools-ui/src/components/halloween-ghosts.tsx

This file was deleted.

6 changes: 2 additions & 4 deletions packages/devtools-ui/src/components/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import React from "react";
import clsx from "clsx";
import React from "react";

import { Header } from "./header";
import { Sidebar } from "./sidebar";
import { ProjectIdFixBanner } from "./project-id-fix-banner";
import { HalloweenGhosts } from "./halloween-ghosts";
import { Sidebar } from "./sidebar";

type Props = React.PropsWithChildren<{}>;

Expand Down Expand Up @@ -50,7 +49,6 @@ export const Layout = ({ children }: Props) => {
{children}
</div>
</div>
<HalloweenGhosts />
</div>
);
};

0 comments on commit e29a3d3

Please sign in to comment.