Skip to content

Commit

Permalink
update #359 Conversations feedback to longterm qualtrics form
Browse files Browse the repository at this point in the history
  • Loading branch information
profmikegreene committed May 20, 2022
1 parent 8bb548b commit 62af70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/morpheus-master/js/duke-lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function dukeAddConversationsSurvey(){
surveyContainer.id = "duke-conversations-survey";
const classes = ["duke-conversations-survey"];
surveyContainer.classList.add(...classes);
surveyContainer.innerHTML = `<a target="_blank" title="Complete this survey to share your experience with Conversations." href="https://duke.qualtrics.com/jfe/form/SV_064tXBcRDJv3T7w">Share your Conversations experience with us!<span class="fa fa-external-link"></span></a>`;
surveyContainer.innerHTML = `<a target="_blank" title="Complete this survey to provide feedback on the Conversations beta." href="https://duke.qualtrics.com/jfe/form/SV_a97noVkG7w86tYq">Give feedback on the Conversations beta<span class="fa fa-external-link"></span></a>`;
let placement = document.querySelector(".Mrphs-siteHierarchy");
placement.append(surveyContainer);
placement.style.flexDirection = "row";
Expand Down

0 comments on commit 62af70b

Please sign in to comment.