Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extension/sidepanel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h3>Settings & Privacy</h3>
<div class="form-group">
<label for="api-key-input">Google AI Studio API Key (Optional BYOK)</label>
<input type="password" id="api-key-input" placeholder="AIzaSy..." />
<a id="get-api-key-link" href="https://aistudio.google.com/app/apikey" target="_blank" class="help-link">Get your free Google AI Studio key &rarr;</a>
<a id="get-api-key-link" href="https://aistudio.google.com/app/apikey" target="_blank" rel="noopener noreferrer" class="help-link">Get your free Google AI Studio key &rarr;</a>
<p class="help-text">Leave blank to use the built-in free demo tier.</p>
</div>
<button id="save-settings-btn" class="secondary-btn">Save Settings</button>
Expand Down
Loading