From bd39b76799eab2258fc8702e854d79117120b6b5 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 10 Apr 2022 12:25:53 -0500 Subject: [PATCH] SvgIcon: pass className to loader --- app/soapbox/components/sidebar-navigation-link.tsx | 2 +- app/soapbox/components/ui/icon/svg-icon.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/components/sidebar-navigation-link.tsx b/app/soapbox/components/sidebar-navigation-link.tsx index 2a31f5000..bd0567c03 100644 --- a/app/soapbox/components/sidebar-navigation-link.tsx +++ b/app/soapbox/components/sidebar-navigation-link.tsx @@ -39,8 +39,8 @@ const SidebarNavigationLink = ({ icon, text, to, count }: ISidebarNavigationLink ( title={alt} width={size} height={size} - loader={
} + loader={} /> );