Skip to content

Commit e4de15f

Browse files
committed
feat(footer): use general feedback form
1 parent b75dfd6 commit e4de15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/root/footer/footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</a>
5151
</div>
5252
</div>
53-
<a href="https://forms.gle/PYuGoKCjCwyjkvgP6" target="_blank">{{'root.footer.bug-report' | translate}}</a>
53+
<a href="https://forms.gle/eyQemxCUKE3x6jFA7" target="_blank">{{'root.footer.bug-report' | translate}}</a>
5454
-
5555
<span class="version"
5656
(click)="changelogShow.emit()">{{'root.footer.version' | translate}} {{version.version$ | async}}</span>

0 commit comments

Comments
 (0)