diff --git a/web/components/hero.tsx b/web/components/hero.tsx index 1fd20047..a5d2fbd1 100644 --- a/web/components/hero.tsx +++ b/web/components/hero.tsx @@ -140,10 +140,10 @@ export const Hero = () => { prediction markets

- Create and resolve your own prediction markets to earn a percent of the bet volume. Powered by Solana smart contracts. + Create and resolve your own prediction markets to earn a percent of the bet volume. Powered by Solana.

-
+
@@ -194,3 +195,15 @@ export const Hero = () => { ) } + +const NetilfyForm = (props: { + children: any +} & Partial>) => { + const { children, ...other } = props + + return ( +
+ {children} +
+ ) +} \ No newline at end of file