feat: disable branding on swap widget (#4561)

* feat: disable branding on swap widget:

* pr feedback
This commit is contained in:
Jordan Frankfurt 2022-09-02 10:03:06 -05:00 committed by GitHub
parent ade2440613
commit b46fa27084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,6 +31,7 @@ export default function Widget({ defaultToken }: WidgetProps) {
return ( return (
<> <>
<SwapWidget <SwapWidget
disableBranding
hideConnectionUI hideConnectionUI
jsonRpcUrlMap={RPC_URLS} jsonRpcUrlMap={RPC_URLS}
routerUrl={WIDGET_ROUTER_URL} routerUrl={WIDGET_ROUTER_URL}