Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 29, 2023
1 parent d63c7ad commit b6eff91
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/renderer/assets/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ a[data-toggle="collapse"] {
margin-top: 15px;
flex-grow: 1;
border-top: 1px solid #dcdcdc;

}

#main-nav .sidebar-body > *:last-child {
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/src/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dashboard.logo = logo;
dashboard.name = "NWB GUIDE";
dashboard.renderNameInSidebar = false;

const helpGroup = 'Help'
const helpGroup = "Help";

const overviewIcon = `
<svg
Expand Down Expand Up @@ -210,7 +210,7 @@ const pages = {
settings: new SettingsPage({
label: "Settings",
icon: settingsIcon,
group: 'Configuration',
group: "Configuration",
}),
};

Expand Down
1 change: 0 additions & 1 deletion src/renderer/src/stories/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ export class Sidebar extends LitElement {
li.style.display = "none";
}
const parent = info.group
? groups[info.group] ?? (groups[info.group] = document.createElement("div"))
: ul;
Expand Down

0 comments on commit b6eff91

Please sign in to comment.