diff --git a/src/components/modals/SettingsModal.tsx b/src/components/modals/SettingsModal.tsx index e0e7038..0552dea 100644 --- a/src/components/modals/SettingsModal.tsx +++ b/src/components/modals/SettingsModal.tsx @@ -110,6 +110,7 @@ export const SettingsModal = memo(function SettingsModal({ setApiKey={setGoogleApiKey} label="Google Gemini API Key" placeholder="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" + link="https://makersuite.google.com/app/apikey" /> void; label: string; placeholder: string; + link?: string; } & BoxProps) { return (