mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-14 23:22:51 +00:00
Use ClockIcon for Automations nav entry
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b79ba12bbf
commit
95ca1b9619
1 changed files with 2 additions and 2 deletions
|
|
@ -10,9 +10,9 @@ import {
|
|||
import {
|
||||
Bars3Icon,
|
||||
BeakerIcon,
|
||||
ClockIcon,
|
||||
Cog6ToothIcon,
|
||||
PlayIcon,
|
||||
SparklesIcon,
|
||||
XMarkIcon,
|
||||
} from "@heroicons/react/24/outline";
|
||||
import { Link, Outlet, useLocation, useMatches } from "react-router";
|
||||
|
|
@ -24,7 +24,7 @@ import { useToggleDemoMode } from "../lib/mutations";
|
|||
import { useAuthMe } from "../lib/queries";
|
||||
|
||||
const allNavigation = [
|
||||
{ name: "Automations", href: "/automations", icon: SparklesIcon, demoOnly: true },
|
||||
{ name: "Automations", href: "/automations", icon: ClockIcon, demoOnly: true },
|
||||
{ name: "Runs", href: "/runs", icon: PlayIcon, demoOnly: false },
|
||||
{ name: "Settings", href: "/settings", icon: Cog6ToothIcon, demoOnly: false },
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue