From b4d677dfde1b4931dd29a7b6db1ffc5b4e6dd990 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 21 Mar 2022 15:09:46 -0400 Subject: [PATCH] Use new Icon comp with Tabler version --- app/soapbox/features/ui/components/navbar.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/soapbox/features/ui/components/navbar.tsx b/app/soapbox/features/ui/components/navbar.tsx index 564af521b6..5faf1aba69 100644 --- a/app/soapbox/features/ui/components/navbar.tsx +++ b/app/soapbox/features/ui/components/navbar.tsx @@ -6,8 +6,7 @@ import { Link } from 'react-router-dom'; import { getSettings } from 'soapbox/actions/settings'; import { getSoapboxConfig } from 'soapbox/actions/soapbox'; -import Icon from 'soapbox/components/icon'; -import { Avatar, Button } from 'soapbox/components/ui'; +import { Avatar, Button, Icon } from 'soapbox/components/ui'; import Search from 'soapbox/features/compose/components/search'; import { useAppSelector } from 'soapbox/hooks'; @@ -54,7 +53,7 @@ const Navbar = () => { ) : ( - + )}