feat: cfg electron to open links in new window (#934)

Co-authored-by: Alex Hancock <alexhancock@block.xyz>
This commit is contained in:
marcelle
2025-01-31 13:17:29 -05:00
committed by GitHub
parent 23ae315907
commit 7a427c6d46
3 changed files with 44 additions and 35 deletions
@@ -234,12 +234,14 @@ export default function Settings() {
Add
</button>
<button
onClick={() => window.electron.openInChrome(EXTENSIONS_SITE_LINK)}
<a
href={EXTENSIONS_SITE_LINK}
target="_blank"
className="text-indigo-500 hover:text-indigo-600 text-sm"
rel="noreferrer"
>
Browse
</button>
</a>
</div>
</div>