feat: cfg electron to open links in new window (#934)
Co-authored-by: Alex Hancock <alexhancock@block.xyz>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user