mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 17:53:55 +00:00
feat: Add multi-language and multiplayer tags in RepacksModal
This commit is contained in:
@@ -118,9 +118,9 @@ export function RepacksModal({
|
||||
</div>
|
||||
<div className={styles.tagsContainer}>
|
||||
{supportMultiLanguage(repack.title) && (
|
||||
<Tag>Multi Language</Tag>
|
||||
<Tag>{t('multi_language')}</Tag>
|
||||
)}
|
||||
{isMultiplayerRepack(repack.title) && <Tag>Multiplayer</Tag>}
|
||||
{isMultiplayerRepack(repack.title) && <Tag>{t('multiplayer')}</Tag>}
|
||||
</div>
|
||||
</Button>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user