diff --git a/frontend/components/input/ActionBar.tsx b/frontend/components/input/ActionBar.tsx index b8bd2a40..258aa101 100644 --- a/frontend/components/input/ActionBar.tsx +++ b/frontend/components/input/ActionBar.tsx @@ -79,7 +79,7 @@ export const ActionBar = ({ { )} diff --git a/frontend/components/placeholders/GenericPlaceholder.tsx b/frontend/components/placeholders/GenericPlaceholder.tsx index 4488c78d..41a74451 100644 --- a/frontend/components/placeholders/GenericPlaceholder.tsx +++ b/frontend/components/placeholders/GenericPlaceholder.tsx @@ -1,5 +1,4 @@ -import { MouseEventHandler, ReactNode } from "react"; -import { Heart, Plus } from "react-feather"; +import { MouseEventHandler } from "react"; import { Text } from "@/components/Text"; import { Icon, IconName } from "@/components/graphics/Icon"; @@ -54,7 +53,7 @@ export const GenericPlaceholder = ({
@@ -65,7 +64,7 @@ export const GenericPlaceholder = ({ onClick={onClick} onKeyUp={clickOnEnter} tabIndex={0} - className="h-fit w-fit rounded bg-black p-1 px-2 text-xs font-light leading-snug text-white hover:scale-105" + className="h-fit w-fit rounded bg-black p-1 px-2 text-xs font-light leading-snug text-white hover:scale-105" > {buttonText}