Skip to content

Commit 4af3008

Browse files
committed
Fixed report issue
1 parent b9ad8ec commit 4af3008

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/App.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ import Card from "@/components/Card.vue";
2121
import content from "@/assets/content.json";
2222
2323
function reportIssue() {
24-
window.open("https://github.com/ConstructFund/color-addon-generator/issues/");
24+
window.open(
25+
"https://github.com/ConstructFund/constructfund.github.io/issues/"
26+
);
2527
}
2628
</script>
2729

0 commit comments

Comments
 (0)