diff --git a/interface/resources/images/avatarapp/AvatarIsland.jpg b/interface/resources/images/avatarapp/AvatarIsland.jpg new file mode 100644 index 0000000000..f5f649abea Binary files /dev/null and b/interface/resources/images/avatarapp/AvatarIsland.jpg differ diff --git a/interface/resources/images/avatarapp/BodyMart.PNG b/interface/resources/images/avatarapp/BodyMart.PNG new file mode 100644 index 0000000000..c51ca880cb Binary files /dev/null and b/interface/resources/images/avatarapp/BodyMart.PNG differ diff --git a/interface/resources/images/avatarapp/hifi-place-get-avatars.png b/interface/resources/images/avatarapp/hifi-place-get-avatars.png deleted file mode 100644 index 245a728db7..0000000000 Binary files a/interface/resources/images/avatarapp/hifi-place-get-avatars.png and /dev/null differ diff --git a/interface/resources/images/avatarapp/hifi-place-get-wearables.png b/interface/resources/images/avatarapp/hifi-place-get-wearables.png deleted file mode 100644 index d39546a90e..0000000000 Binary files a/interface/resources/images/avatarapp/hifi-place-get-wearables.png and /dev/null differ diff --git a/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml b/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml index fd433c8701..7d25638dcd 100644 --- a/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml +++ b/interface/resources/qml/hifi/avatarapp/MessageBoxes.qml @@ -29,7 +29,7 @@ MessageBox { popup.open(); } - property url getWearablesUrl: '../../../images/avatarapp/hifi-place-get-wearables.png' + property url getWearablesUrl: '../../../images/avatarapp/AvatarIsland.jpg' function showGetWearables(callback, linkCallback) { popup.button2text = 'AvatarIsland' @@ -89,7 +89,7 @@ MessageBox { popup.open(); } - property url getAvatarsUrl: '../../../images/avatarapp/hifi-place-get-avatars.png' + property url getAvatarsUrl: '../../../images/avatarapp/BodyMart.PNG' function showBuyAvatars(callback, linkCallback) { popup.button2text = 'BodyMart'