[bugfix] Config Window: DeeplAuthKey. Replace open deepl webpage url, that was test url, to correct one.

This commit is contained in:
Sakamoto Shiina
2024-08-05 07:54:04 +09:00
parent 891e750a97
commit 524f4d79a4

View File

@@ -44,7 +44,7 @@ export const DeeplAuthKey = () => {
export const OpenWebpage_DeeplAuthKey = () => {
return (
<div className={styles.open_webpage_button_wrapper}>
<a className={styles.open_webpage_button} href="https://translate.google.com/?hl=ja&tab=TT&sl=en&tl=ja&op=translate" target="_blank" rel="noreferrer" >
<a className={styles.open_webpage_button} href="https://www.deepl.com/ja/your-account/keys" target="_blank" rel="noreferrer" >
<p className={styles.open_webpage_text}>Open DeepL Account Webpage</p>
<ExternalLink className={styles.external_link_svg} />
</a>