fix links in the jamtrack help resources section
This commit is contained in:
parent
d9004980e6
commit
cbaf1ea4f9
|
|
@ -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')}
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue