Skip to content

Commit 65c92ee

Browse files
Merge pull request #858 from adobecom/MWPW-186348-Stage
MWPW-186348 | Branch Link Fix
2 parents 1a00105 + f4f5032 commit 65c92ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

creativecloud/blocks/prm-yt-gallery/prm-yt-gallery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const cleanUrl = (url) => (url ? url.replace(/\\\//g, '/') : '');
6161
/**
6262
* Generates template deep link URL.
6363
*/
64-
const createTemplateDeepLink = (templateId) => `https://premierepro.app.link/1RdAjG4WyYb?template_id=${templateId}`;
64+
const createTemplateDeepLink = (templateId) => `https://premierepro.app.link/gRUEA7oVAYb?template_id=${templateId}`;
6565

6666
/**
6767
* Detects if the user is on an iOS device.

0 commit comments

Comments
 (0)