diff --git a/web/src/components/header.tsx b/web/src/components/header.tsx index 84c9d11..9977f02 100644 --- a/web/src/components/header.tsx +++ b/web/src/components/header.tsx @@ -13,6 +13,7 @@ import { ChevronsLeftRightEllipsisIcon, CloudDownloadIcon, Ellipsis, + Home, UnplugIcon, } from "lucide-react"; import { @@ -32,7 +33,7 @@ import TelegramIcon from "@/components/telegram-icon"; import AutoDownloadDialog from "@/components/auto-download-dialog"; import useIsMobile from "@/hooks/use-is-mobile"; import { useState } from "react"; -import {Button} from "@/components/ui/button"; +import { Button } from "@/components/ui/button"; export function Header() { const { isLoading, getAccounts, accountId, account, handleAccountChange } = @@ -46,7 +47,7 @@ export function Header() {
-
+
@@ -111,7 +112,6 @@ export function Header() { )} -
@@ -158,11 +158,20 @@ export function Header() {
+ +