Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmar committed Aug 18, 2023
1 parent efd0c11 commit 2aba324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<meta name="theme-color" content="#000">
<link rel="stylesheet" href="/page-load-spinner/page-load-spinner.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
<meta
name="description"
content="Web site created using create-react-app"
Expand Down
8 changes: 1 addition & 7 deletions assets/src/components/CommandPalette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import {
DashboardIcon,
DocumentIcon,
GearTrainIcon,
HelpIcon,
LifePreserverIcon,
LogsIcon,
RunBookIcon,
Expand All @@ -55,12 +54,7 @@ function buildActions(applications, nav) {
id: app.name,
name: app.name,
app,
icon: hasIcons(app) ? (
<AppIcon
src={getIcon(app)}
// size="xxsmall"
/>
) : null,
icon: hasIcons(app) ? <AppIcon src={getIcon(app)} /> : null,
shortcut: [],
section: 'Apps',
},
Expand Down

0 comments on commit 2aba324

Please sign in to comment.