[Update] Main Page: LanguageSelectorOpenButton. Only show the speaker icon at the first target language section.

This commit is contained in:
Sakamoto Shiina
2024-12-13 09:18:35 +09:00
parent 266eb6319b
commit 941c24d9b8

View File

@@ -60,7 +60,7 @@ export const LanguageSelectorOpenButton = ({ TurnedOnSvgComponent, is_turned_on,
return (
<div className={styles.container}>
<div className={styles.title_container}>
<TurnedOnSvgComponent className={category_class_names} />
{ target_key === "1" ? <TurnedOnSvgComponent className={category_class_names} /> : null }
<p className={styles.title}>{title}</p>
</div>
<div className={styles.dropdown_menu_container} onClick={toggleSelector}>