From abc210477f2d866acd22bca98ee8c1226189f679 Mon Sep 17 00:00:00 2001 From: t1enne Date: Sun, 22 May 2022 14:18:16 +0200 Subject: [PATCH] Added icons to buttons --- web/components/ui/Content/Content.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/components/ui/Content/Content.tsx b/web/components/ui/Content/Content.tsx index c7f20afec..f4797513a 100644 --- a/web/components/ui/Content/Content.tsx +++ b/web/components/ui/Content/Content.tsx @@ -1,5 +1,6 @@ import { useRecoilValue } from 'recoil'; import { Layout, Button, Tabs } from 'antd'; +import { NotificationFilled, HeartFilled } from '@ant-design/icons'; import { chatVisibilityAtom, clientConfigStateAtom, @@ -77,13 +78,13 @@ export default function ContentComponent() {
{externalActionButtons} - + {}} notificationClosed={() => {}} > - +