Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
feat(#471): use config for poll url
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 25, 2019
1 parent eb8391e commit 37bcfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/src/app/utils/editor/create-slides.utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export class CreateSlidesUtils {
{questionSlot}
{...answerSlots}

<div slot="how-to">Go to <a href="https://poll.deckdeckgo.com">poll.deckdeckgo.com</a> and use the code {'{0}'}</div>
<div slot="how-to">Go to <a href={EnvironmentConfigService.getInstance().get('deckdeckgo').pollUrl}>poll.deckdeckgo.com</a> and use the code {'{0}'}</div>
<div slot="awaiting-votes">Awaiting votes</div>
</deckgo-slide-poll>;

Expand Down

0 comments on commit 37bcfc4

Please sign in to comment.