fix links in the jamtrack help resources section

This commit is contained in:
Nuwan 2024-12-07 09:36:58 +05:30
parent d9004980e6
commit cbaf1ea4f9
2 changed files with 4 additions and 6 deletions

View File

@ -102,7 +102,7 @@ const JKJamTrack = () => {
</div>
<div className="mb-3">
<div>
<a href="https://www.jamkazam.com/client#/jamtrack">
<a target="_blank" href="https://www.jamkazam.com/client#/jamtrack">
{t('jamtrack.help_resources.jamtracks_home.title')}
</a>
</div>
@ -110,13 +110,11 @@ const JKJamTrack = () => {
</div>
<div className="mb-3">
<div>
<a
href={`https://www.jamkazam.com/client?artist=${encodeURIComponent(
<a target="_blank" href={`https://www.jamkazam.com/client?artist=${encodeURIComponent(
jamTrack.original_artist
)}#/jamtrack/search`}
target="_blank"
>
{t('jamtrack.help_resources.see_more.description')}
{t('jamtrack.help_resources.see_more.title')}
</a>
</div>
{t('jamtrack.help_resources.see_more.description')}

View File

@ -76,7 +76,7 @@
"description": "where you can access all of your JamTracks and search for more."
},
"see_more": {
"title": "see more JamTracks by this artist",
"title": "See more JamTracks by this artist",
"description": "to checkout more songs you might like."
}