diff --git a/src/lib/components/channel/Navbar.svelte b/src/lib/components/channel/Navbar.svelte index 31f94fb48..855ba47fe 100644 --- a/src/lib/components/channel/Navbar.svelte +++ b/src/lib/components/channel/Navbar.svelte @@ -8,8 +8,9 @@ import { page } from '$app/stores'; import UserMenu from '$lib/components/layout/Sidebar/UserMenu.svelte'; - import MenuLines from '../icons/MenuLines.svelte'; import PencilSquare from '../icons/PencilSquare.svelte'; + import Tooltip from '../common/Tooltip.svelte'; + import Sidebar from '../icons/Sidebar.svelte'; const i18n = getContext('i18n'); @@ -26,20 +27,21 @@
- + + +
- + + + {#if !$mobile} diff --git a/src/lib/components/icons/Sidebar.svelte b/src/lib/components/icons/Sidebar.svelte new file mode 100644 index 000000000..d8e5297e9 --- /dev/null +++ b/src/lib/components/icons/Sidebar.svelte @@ -0,0 +1,26 @@ + + + diff --git a/src/lib/components/layout/Navbar.svelte b/src/lib/components/layout/Navbar.svelte index 586dbcaf1..85942926d 100644 --- a/src/lib/components/layout/Navbar.svelte +++ b/src/lib/components/layout/Navbar.svelte @@ -21,12 +21,11 @@ import Menu from './Navbar/Menu.svelte'; import { page } from '$app/stores'; import UserMenu from './Sidebar/UserMenu.svelte'; - import MenuLines from '../icons/MenuLines.svelte'; import AdjustmentsHorizontal from '../icons/AdjustmentsHorizontal.svelte'; import Map from '../icons/Map.svelte'; - import { stringify } from 'postcss'; import PencilSquare from '../icons/PencilSquare.svelte'; import Plus from '../icons/Plus.svelte'; + import Sidebar from '../icons/Sidebar.svelte'; const i18n = getContext('i18n'); @@ -56,18 +55,19 @@ ? 'md:hidden' : ''} mr-1 self-start flex flex-none items-center text-gray-600 dark:text-gray-400" > - + + +
- - + + + +