Skip to content

Commit

Permalink
Add auth admin tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Oct 4, 2023
1 parent e08029a commit 2352fd1
Show file tree
Hide file tree
Showing 11 changed files with 2,123 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/studio/icons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,10 @@ export function ThemeSwitcherIcon() {
);
}

export function DeleteIcon() {
export function DeleteIcon({className}: {className?: string}) {
return (
<svg
className={className}
width="18"
height="18"
viewBox="0 0 18 18"
Expand Down
Loading

0 comments on commit 2352fd1

Please sign in to comment.