Skip to content

Commit

Permalink
Restore HK flag in about view in STEAM_CN builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Oct 29, 2023
1 parent 162d02e commit 45dd221
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</div>
</div>
<div class="row">
<div class="left"> </div>
<div class="left"></div>
<div class="right">
<div class="project-info-title" translate>about.translations</div>
</div>
Expand All @@ -84,7 +84,11 @@
한국어 | <a href="https://github.com/soumt-r" target="_blank">Soumt</a>
</div>
<div class="translation-author-list-entry">
<span class="fi fi-tw fi-hk"></span>
<span
class="fi"
[class.fi-tw]="FLAVOUR !== 'STEAM_CN'"
[class.fi-hk]="FLAVOUR === 'STEAM_CN'"
></span>
繁體中文 | <a href="https://github.com/XoF-eLtTiL" target="_blank">狐Kon</a>
</div>
<div class="translation-author-list-entry">
Expand Down Expand Up @@ -121,7 +125,7 @@
</div>

<div class="row" style="margin-top: 2em">
<div class="left"> </div>
<div class="left"></div>
<div class="right"></div>
</div>
<div class="row">
Expand Down

0 comments on commit 45dd221

Please sign in to comment.