Skip to content

Commit eb0d66d

Browse files
committed
sun icon --> moon icon
1 parent 7c87fc4 commit eb0d66d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/server/webui/src/components/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useAppContext } from '../utils/app.context';
44
import { classNames } from '../utils/misc';
55
import daisyuiThemes from 'daisyui/theme/object';
66
import { THEMES } from '../Config';
7-
import { Cog8ToothIcon, SunIcon, Bars3Icon } from '@heroicons/react/24/outline';
7+
import { Cog8ToothIcon, MoonIcon, Bars3Icon } from '@heroicons/react/24/outline';
88

99
export default function Header() {
1010
const [selectedTheme, setSelectedTheme] = useState(StorageUtils.getTheme());
@@ -45,7 +45,7 @@ export default function Header() {
4545
<div className="tooltip tooltip-bottom" data-tip="Themes">
4646
<div className="dropdown dropdown-end dropdown-bottom">
4747
<div tabIndex={0} role="button" className="btn m-1">
48-
<SunIcon className="w-5 h-5" />
48+
<MoonIcon className="w-5 h-5" />
4949
</div>
5050
<ul
5151
tabIndex={0}

0 commit comments

Comments
 (0)