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 36d2f10 commit de5af0cCopy full SHA for de5af0c
frontend/src/links/warp.ts
@@ -1,4 +1,4 @@
1
export const privacy_notice = "https://www.tinkerforge.com/de/home/privacy_notice";
2
-export const terms_of_use = "https://www.tinkerforge.com/de/home/legal_info";
3
-export const imprint = "https://www.tinkerforge.com/de/home/terms_and_conditions";
+export const terms_of_use = "https://www.tinkerforge.com/de/home/terms_and_conditions";
+export const imprint = "https://www.tinkerforge.com/de/home/legal_info";
4
export const docs = "https://docs.warp-charger.com/";
0 commit comments