diff --git a/src-web/components/SettingsDropdown.tsx b/src-web/components/SettingsDropdown.tsx
index 879c8122..473647ae 100644
--- a/src-web/components/SettingsDropdown.tsx
+++ b/src-web/components/SettingsDropdown.tsx
@@ -42,6 +42,11 @@ export function SettingsDropdown() {
});
},
},
+ {
+ label: 'Create Run Button',
+ leftSlot: ,
+ onSelect: () => openUrl("https://yaak.app/button/new"),
+ },
{
label: 'Import Data',
leftSlot: ,
diff --git a/src-web/components/core/Icon.tsx b/src-web/components/core/Icon.tsx
index a457a7d4..c59b4f3d 100644
--- a/src-web/components/core/Icon.tsx
+++ b/src-web/components/core/Icon.tsx
@@ -93,6 +93,7 @@ const icons = {
plus: lucide.PlusIcon,
plus_circle: lucide.PlusCircleIcon,
refresh: lucide.RefreshCwIcon,
+ rocket: lucide.RocketIcon,
save: lucide.SaveIcon,
search: lucide.SearchIcon,
send_horizontal: lucide.SendHorizonalIcon,