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

Commit 411528d

Browse files
committed
Update feedback link
1 parent 1987028 commit 411528d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/App.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const App = () => {
113113
<div className="sidebar-footer">
114114
<a
115115
className="button button-primary"
116-
href="https://github.com/topcoder-platform/micro-frontends-earn-app/issues/new?assignees=&labels=&template=bug_report.md&title="
116+
href="https://discussions.topcoder.com/discussion/8870/new-beta-site-discuss?new=1"
117117
target="_blank"
118118
>
119119
GIVE APPLICATION FEEDBACK

src/components/Banner/index.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ const Banner = () => {
4141
You can click on the Feedback button on page or file a github ticket
4242
at{" "}
4343
<a
44-
href="https://github.com/topcoder-platform/micro-frontends-earn-app/issues/new?assignees=&labels=&template=bug_report.md"
44+
href="https://discussions.topcoder.com/discussion/8870/new-beta-site-discuss?new=1"
4545
target="_blank"
4646
>
47-
https://github.com/topcoder-platform/micro-frontends-earn-app/issues/new?template=bug_report.md
47+
https://discussions.topcoder.com/discussion/8870/new-beta-site-discuss?new=1
4848
</a>
4949
.
5050
</p>

0 commit comments

Comments
 (0)