diff --git a/src/Components/Profile/Subcomponents/ActionsButton.tsx b/src/Components/Profile/Subcomponents/ActionsButton.tsx index f261dfb7..6aa6bebf 100644 --- a/src/Components/Profile/Subcomponents/ActionsButton.tsx +++ b/src/Components/Profile/Subcomponents/ActionsButton.tsx @@ -2,6 +2,8 @@ /* eslint-disable @typescript-eslint/no-unnecessary-condition */ /* eslint-disable @typescript-eslint/restrict-template-expressions */ /* eslint-disable @typescript-eslint/no-explicit-any */ +import LinkIcon from '@heroicons/react/24/outline/LinkIcon' +import PlusIcon from '@heroicons/react/24/outline/PlusIcon' import { useState } from 'react' import { TextInput } from '#components/Input' @@ -65,16 +67,7 @@ export function ActionButton({ color: '#fff', }} > - - - + )} {triggerAddButton && ( @@ -89,16 +82,7 @@ export function ActionButton({ color: '#fff', }} > - - - + )}