Skip to content

Commit

Permalink
Fix order of SteamRepCN link
Browse files Browse the repository at this point in the history
  • Loading branch information
candela97 committed Aug 24, 2024
1 parent f97c262 commit ad9b587
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
</script>


{#if (language === "schinese" || language === "tchinese") && Settings.profile_steamrepcn}
<ProfileLink id="steamrepcn" href="https://steamrepcn.com/profiles/{steamId}">
{language === "schinese" ? "查看信誉记录" : "確認信譽記錄"}
</ProfileLink>
{/if}

{#if Settings.profile_steamrep}
<ProfileLink id="steamrep" href="https://steamrep.com/profiles/{steamId}">SteamRep</ProfileLink>
{/if}
Expand Down Expand Up @@ -48,12 +54,6 @@
</ProfileLink>
{/if}

{#if (language === "schinese" || language === "tchinese") && Settings.profile_steamrepcn}
<ProfileLink id="steamrepcn" href="https://steamrepcn.com/profiles/{steamId}">
{language === "schinese" ? "查看信誉记录" : "確認信譽記錄"}
</ProfileLink>
{/if}

{#each Settings.profile_custom_link as customLink}
{#if customLink.enabled}
<ProfileLink
Expand Down

0 comments on commit ad9b587

Please sign in to comment.