diff --git a/beszel/site/src/components/charts/chart-time-select.tsx b/beszel/site/src/components/charts/chart-time-select.tsx index 7847130..26a4018 100644 --- a/beszel/site/src/components/charts/chart-time-select.tsx +++ b/beszel/site/src/components/charts/chart-time-select.tsx @@ -9,6 +9,7 @@ import { $chartTime } from '@/lib/stores' import { chartTimeData, cn } from '@/lib/utils' import { ChartTimes } from '@/types' import { useStore } from '@nanostores/react' +import { HistoryIcon } from 'lucide-react' export default function ChartTimeSelect({ className }: { className?: string }) { const chartTime = useStore($chartTime) @@ -19,7 +20,8 @@ export default function ChartTimeSelect({ className }: { className?: string }) { value={chartTime} onValueChange={(value: ChartTimes) => $chartTime.set(value)} > - + + diff --git a/beszel/site/src/components/routes/home.tsx b/beszel/site/src/components/routes/home.tsx index 18e652b..8f1617f 100644 --- a/beszel/site/src/components/routes/home.tsx +++ b/beszel/site/src/components/routes/home.tsx @@ -49,10 +49,9 @@ export default function () { setFilter(e.target.value)} - className="w-full md:w-56 lg:w-80 ml-auto" + className="w-full md:w-56 lg:w-80 ml-auto pl-4" />