We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfea3a7 commit b67f3ecCopy full SHA for b67f3ec
frontend/viewer/src/lib/about/FeedbackDialog.svelte
@@ -14,7 +14,7 @@
14
15
<ResponsiveDialog bind:open title={$t`Feedback`}>
16
<div class="flex flex-col gap-4">
17
- <Button variant="ghost" href="https://lexbox.org/fw-lite/request-features" target="_blank" class="gap-4 p-4 h-auto text-base justify-start whitespace-normal">
+ <Button variant="ghost" href="https://community.software.sil.org/c/fwlite/fwlite-feature-requests/" target="_blank" class="gap-4 p-4 h-auto text-base justify-start whitespace-normal">
18
<Icon icon="i-mdi-lightbulb-on-outline" class="size-10"/>
19
<div>
20
<div class="font-semibold underline">{$t`Suggest your ideas`}</div>
0 commit comments