diff --git a/src/app/WardrobePage/support/ItemLayerSupportModal.js b/src/app/WardrobePage/support/ItemLayerSupportModal.js index 3191e21..40f0f0d 100644 --- a/src/app/WardrobePage/support/ItemLayerSupportModal.js +++ b/src/app/WardrobePage/support/ItemLayerSupportModal.js @@ -121,6 +121,14 @@ function ItemLayerSupportModal({ } ); + // TODO: Would be nicer to just learn the correct URL from the server, but we + // don't happen to be saving it, and it would be extra stuff to put on + // the GraphQL request for non-Support users. We could also just try + // loading them, but, ehhh… + const [newManifestUrl, oldManifestUrl] = convertSwfUrlToPossibleManifestUrls( + itemLayer.swfUrl + ); + return ( @@ -146,11 +154,22 @@ function ItemLayerSupportModal({ as="a" size="xs" target="_blank" - href={convertSwfUrlToManifestUrl(itemLayer.swfUrl)} + href={newManifestUrl} colorScheme="teal" > - Manifest + Manifest (new) + + + {itemLayer.canvasMovieLibraryUrl ? (