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

Update feedback link #146

Merged
merged 1 commit into from
Jul 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const App = () => {
<div className="sidebar-footer">
<a
className="button button-primary"
href="https://github.com/topcoder-platform/micro-frontends-earn-app/issues/new?assignees=&labels=&template=bug_report.md&title="
href="https://discussions.topcoder.com/discussion/8870/new-beta-site-discuss?new=1"
target="_blank"
>
GIVE APPLICATION FEEDBACK
Expand Down
4 changes: 2 additions & 2 deletions src/components/Banner/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ const Banner = () => {
You can click on the Feedback button on page or file a github ticket
at{" "}
<a
href="https://github.com/topcoder-platform/micro-frontends-earn-app/issues/new?assignees=&labels=&template=bug_report.md"
href="https://discussions.topcoder.com/discussion/8870/new-beta-site-discuss?new=1"
target="_blank"
>
https://github.com/topcoder-platform/micro-frontends-earn-app/issues/new?template=bug_report.md
https://discussions.topcoder.com/discussion/8870/new-beta-site-discuss?new=1
</a>
.
</p>
Expand Down