Skip to content

Commit

Permalink
style: 💄 non pro comment, update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cif committed May 28, 2024
1 parent 6bed82f commit 09582b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion switch/components/dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Button } from "./ui/button.js";
export type DialogProps = {
dialog: SwitchDialog;
open: boolean;
onAction: (id: string | null) => void; // TODO: resolve something more bad ass?
onAction: (id: string | null) => void;
};

export const Dialog: React.FC<DialogProps> = ({ dialog, onAction }) => {
Expand Down
9 changes: 5 additions & 4 deletions views/assets/switch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09582b3

Please sign in to comment.