Skip to content

Commit

Permalink
refactor: Simplify Playboard link
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarodE committed Jul 12, 2024
1 parent d57211b commit da9cbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/snippet-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ window.addEventListener('load', () => {
instance,
lang,
audience: 'enterprise',
playboardUrl: 'https://playboard-platform.staging.empathy.co/empathy',
playboardUrl: `https://playboard-platform.staging.empathy.co/${instance}`,
appContainerSelector: '.x-root-container',
searchLayerSelector: '.x'
});
Expand Down

0 comments on commit da9cbfd

Please sign in to comment.