mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
Changed marketplaces message to be more discoverable
This commit is contained in:
parent
cce0ba9596
commit
a7dd6a5a41
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
$("body").append(
|
||||
'<div id="marketplace-navigation">' +
|
||||
(!isInitialHiFiPage ? '<input id="back-button" type="button" class="white" value="< Back" />' : '') +
|
||||
(isInitialHiFiPage ? '<span class="glyph">🛈</span> <span class="text">See also other marketplaces.</span>' : '') +
|
||||
(isInitialHiFiPage ? '<span class="glyph">🛈</span> <span class="text">Get items from Blocks and Clara.io!</span>' : '') +
|
||||
(!isDirectoryPage ? '<input id="all-markets" type="button" class="white" value="See All Markets" />' : '') +
|
||||
(isDirectoryPage ? '<span class="right"><span class="glyph">🛈</span> <span class="text">Select a marketplace to explore.</span><span>' : '') +
|
||||
'</div>'
|
||||
|
|
Loading…
Reference in a new issue