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

Commit

Permalink
fix: deckgo poll uri
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jan 14, 2021
1 parent 870c262 commit fa33c7e
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 @@ -309,7 +309,7 @@ export class CreateSlidesUtils {
{...answerSlots}

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

0 comments on commit fa33c7e

Please sign in to comment.