+
{title}
-
-
- Website
-
- {/*TODO: add link to the widget page docs*/}
-
- Docs
-
-
-
- Wallet
-
- General
-
@@ -150,22 +157,59 @@ export function Configurator({ title }: { title: string }) {
-
+ {isDrawerOpen && (
+ setIsDrawerOpen(false)}
+ style={{ position: 'fixed', top: '1.3rem', left: '26.7rem' }}
+ >
+
+
+ )}
- setIsDrawerOpen(false)}>
- Hide drawer
-
+
+ {LINKS.map(({ label, icon, url, onClick }) => (
+
+ {icon}
+
+
+ ))}
+