From a4500094b991cb412bb65e89dd5d42f4c7900c07 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 21 Feb 2025 12:26:28 +0100 Subject: [PATCH] ActionButton - link & plus --- .../Profile/Subcomponents/ActionsButton.tsx | 24 ++++--------------- 1 file changed, 4 insertions(+), 20 deletions(-) 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', }} > - - - + )}