From ad3f1d72c4bf84976652144181ae7bbd4862180f Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Wed, 21 Feb 2024 00:10:32 -0600 Subject: [PATCH] Reintroduce io5 asset --- src/components/CommandKClient.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/CommandKClient.tsx b/src/components/CommandKClient.tsx index 261c9e85..91dcd4ba 100644 --- a/src/components/CommandKClient.tsx +++ b/src/components/CommandKClient.tsx @@ -9,7 +9,7 @@ import Spinner from './Spinner'; import { useRouter } from 'next/navigation'; import { useTheme } from 'next-themes'; import { BiDesktop, BiMoon, BiSun } from 'react-icons/bi'; -// import { IoInvertModeSharp } from 'react-icons/io5'; +import { IoInvertModeSharp } from 'react-icons/io5'; const LISTENER_KEYDOWN = 'keydown'; const MINIMUM_QUERY_LENGTH = 2; @@ -84,10 +84,10 @@ export default function CommandKClient({ const sectionTheme: CommandKSection = { heading: 'Theme', - // accessory: , + accessory: , items: [{ label: 'Use System', annotation: ,