Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9751ea3

Browse files
Merge pull request #97 from topcoder-platform/dev
Release v1.0.0 (hotfix)
2 parents 09f8419 + 533d3c9 commit 9751ea3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: src/components/Banner/index.jsx

+5-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ const Banner = () => {
4040
<p>
4141
You can click on the Feedback button on page or file a github ticket
4242
at{" "}
43-
<a href="http://https://github.com/topcoder-platform/micro-frontends-earn-app/issues/new">
44-
https://github.com/topcoder-platform/micro-frontends-earn-app/issues/new
43+
<a
44+
href="https://github.com/topcoder-platform/micro-frontends-earn-app/issues/new?assignees=&labels=&template=bug_report.md"
45+
target="_blank"
46+
>
47+
https://github.com/topcoder-platform/micro-frontends-earn-app/issues/new?template=bug_report.md
4548
</a>
4649
.
4750
</p>

0 commit comments

Comments
 (0)