Skip to content

Commit

Permalink
Merge pull request #7 from lnxcz/deepsource-autofix-ae8d1b71
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrnoch authored Dec 18, 2023
2 parents 6a87984 + 2ecf93b commit e5cadc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/screens/Dashboard/components/Sidebar/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const SidebarButton: ParentComponent<{
return (
<A
href={props.target}
end={true}
end
class={`text-sm flex gap-[7px] items-center px-2 py-[3px] mt-1 rounded-[5px] transition-all dark:hover:bg-neutral-100/25 hover:bg-neutral-100/40 hover:cursor-pointer ${
!props.notInSection ? "ml-2" : ""
}`}
Expand Down
2 changes: 1 addition & 1 deletion src/screens/Dashboard/pages/Settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Settings: Component = () => {
return (
<div class="">
<div class="w-full h-20 gap-2 flex justify-center items-center border-b border-black">
<Toolbar text="Nastavení" icon={<FiSettings />} active={true} />
<Toolbar text="Nastavení" icon={<FiSettings />} active />
<Toolbar text="Nastavení" icon={<FiSettings />} />
<Toolbar text="Nastavení" icon={<FiSettings />} />
<Toolbar text="Nastavení" icon={<FiSettings />} />
Expand Down

0 comments on commit e5cadc0

Please sign in to comment.