Skip to content

Commit b260820

Browse files
committed
default feedback url
1 parent fca1e59 commit b260820

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/routes/_layout.about.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ function About() {
121121

122122
<AboutButton
123123
onClick={() => {
124-
window.location.href = import.meta.env.VITE_FEEDBACK_URL;
124+
window.location.href =
125+
import.meta.env.VITE_FEEDBACK_URL ||
126+
"https://forms.gle/5AGBSfp6u1Boqrn7A";
125127
}}
126128
>
127129
Give Feedback

0 commit comments

Comments
 (0)