Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix: delete unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Jul 4, 2024
1 parent 9630cd5 commit fc6ad25
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/layouts/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ export default function AppLayout() {
const { hasChannelManagement } = useInfo();
return (
<nav className="grid items-start p-2 text-sm font-medium lg:px-4">
{/* <div className="px-3 py-2 mb-5">
<ModeToggle />
</div> */}
{hasChannelManagement && (
<MenuItem to="/channels">
<FlaskRound className="h-4 w-4" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default function TwoColumnFullScreenLayout() {
{info?.version && (
<p className="text-sm text-muted-foreground">{info.version}</p>
)}
{/* <ModeToggle /> */}
</div>
</div>
<div className="flex flex-row gap-5">
Expand Down
22 changes: 0 additions & 22 deletions frontend/src/components/ui/mode-toggle.tsx

This file was deleted.

0 comments on commit fc6ad25

Please sign in to comment.