From c0de4a57b7a54dbd6fbc03c33ffc2787997ea327 Mon Sep 17 00:00:00 2001 From: aelew <118043566+aelew@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:01:29 -0800 Subject: [PATCH] bug fixes --- next.config.js | 1 + src/components/ui/dropdown-menu.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index fbee259..455e011 100644 --- a/next.config.js +++ b/next.config.js @@ -14,6 +14,7 @@ const config = { ignoreBuildErrors: true }, images: { + dangerouslyAllowSVG: true, remotePatterns: [ { protocol: 'https', hostname: 'a.impactradius-go.com' }, { protocol: 'https', hostname: 'favicon.victr.me' }, diff --git a/src/components/ui/dropdown-menu.tsx b/src/components/ui/dropdown-menu.tsx index f52d629..c8a6cc2 100644 --- a/src/components/ui/dropdown-menu.tsx +++ b/src/components/ui/dropdown-menu.tsx @@ -31,7 +31,7 @@ const DropdownMenuSubTrigger = React.forwardRef<