From 6cb2c55afdb5c2026f00b7bc24d1922d23e8cc05 Mon Sep 17 00:00:00 2001 From: Dustin Date: Wed, 25 Jun 2025 14:20:39 -0400 Subject: [PATCH] changed icon as it was not visiable --- app/components/header/Header.tsx | 4 ++-- app/components/header/HeaderActionButtons.client.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/components/header/Header.tsx b/app/components/header/Header.tsx index 15cf4bf..a97bffd 100644 --- a/app/components/header/Header.tsx +++ b/app/components/header/Header.tsx @@ -2,7 +2,7 @@ import { useStore } from '@nanostores/react'; import { ClientOnly } from 'remix-utils/client-only'; import { chatStore } from '~/lib/stores/chat'; import { classNames } from '~/utils/classNames'; -import { HeaderActionButtons } from './HeaderActionButtons.client'; +import { ons } from './ons.client'; import { ChatDescription } from '~/lib/persistence/ChatDescription.client'; export function Header() { @@ -31,7 +31,7 @@ export function Header() { {() => (
- +
)}
diff --git a/app/components/header/HeaderActionButtons.client.tsx b/app/components/header/HeaderActionButtons.client.tsx index 6f8e843..3342bd0 100644 --- a/app/components/header/HeaderActionButtons.client.tsx +++ b/app/components/header/HeaderActionButtons.client.tsx @@ -3,9 +3,9 @@ import { chatStore } from '~/lib/stores/chat'; import { workbenchStore } from '~/lib/stores/workbench'; import { classNames } from '~/utils/classNames'; -interface HeaderActionButtonsProps {} +interface onsProps {} -export function HeaderActionButtons({}: HeaderActionButtonsProps) { +export function ons({}: onsProps) { const showWorkbench = useStore(workbenchStore.showWorkbench); const { showChat } = useStore(chatStore); @@ -23,7 +23,7 @@ export function HeaderActionButtons({}: HeaderActionButtonsProps) { } }} > -
+