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<