diff --git a/frontend/pages/SoftwarePage/components/icons/Brave.tsx b/frontend/pages/SoftwarePage/components/icons/Brave.tsx index ea780aedd9f..0678d448406 100644 --- a/frontend/pages/SoftwarePage/components/icons/Brave.tsx +++ b/frontend/pages/SoftwarePage/components/icons/Brave.tsx @@ -5,6 +5,7 @@ import type { SVGProps } from "react"; const Brave = (props: SVGProps) => { const clipPathId = uniqueId("clip-path-"); const fillPathId = uniqueId("fill-path-"); + const fillPathId2 = uniqueId("fill-path-"); return ( @@ -23,7 +24,7 @@ const Brave = (props: SVGProps) => { /> @@ -41,7 +42,7 @@ const Brave = (props: SVGProps) => {