We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
href
1 parent 6c09074 commit 70ea4cbCopy full SHA for 70ea4cb
src/components/BugBountyCards.tsx
@@ -14,7 +14,10 @@ const CardRow = ({ children }: ChildOnlyProp) => (
14
<Flex className="mx-4 my-16 flex-wrap justify-between">{children}</Flex>
15
)
16
17
-const SubmitBugBountyButton = ({ children, ...props }: ButtonLinkProps) => (
+const SubmitBugBountyButton = ({
18
+ children,
19
+ ...props
20
+}: Omit<ButtonLinkProps, "href">) => (
21
<ButtonLink
22
className="m-4"
23
href="https://forms.gle/Gnh4gzGh66Yc3V7G8"
0 commit comments