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

Commit fa33c7e

Browse files
fix: deckgo poll uri
1 parent 870c262 commit fa33c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/utils/editor/create-slides.utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export class CreateSlidesUtils {
309309
{...answerSlots}
310310

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

0 commit comments

Comments
 (0)