We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ad8ec commit 4af3008Copy full SHA for 4af3008
1 file changed
src/App.vue
@@ -21,7 +21,9 @@ import Card from "@/components/Card.vue";
21
import content from "@/assets/content.json";
22
23
function reportIssue() {
24
- window.open("https://github.com/ConstructFund/color-addon-generator/issues/");
+ window.open(
25
+ "https://github.com/ConstructFund/constructfund.github.io/issues/"
26
+ );
27
}
28
</script>
29
0 commit comments