Skip to content

Commit 5dc11e4

Browse files
authored
Revise CURRENT_NEWS content for user feedback
Updated the CURRENT_NEWS constant with new survey information and feedback request.
1 parent 055bbb4 commit 5dc11e4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

meta_configurator/src/components/toolbar/currentNews.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ export const CURRENT_NEWS_HEADER = 'Get in touch with us.';
44

55
// the current news for MetaConfigurator as a long html string
66
export const CURRENT_NEWS = `
7-
<p>You are using MetaConfigurator? Please <a href="https://forms.gle/MHKvrkMfdymH8TDs5" target="_blank" rel="noopener noreferrer">get in touch with us</a>!</p>
8-
<p>We are currently applying for funding to turn the tool into a research infrastructure and want to prepare an overview of the existing user base.</p>
9-
<p>Besides, we are interested in your ideas, your feedback, and any feature requests.</p>
7+
<p>You are using MetaConfigurator? Please take 3 minutes for a <a href="https://forms.gle/MHKvrkMfdymH8TDs5" target="_blank" rel="noopener noreferrer">short survey to give us feedback or get in touch with us</a>!</p>
8+
<p>We are interested in your ideas, your experiences, and feature requests.</p>
109
`;
1110

1211
function getCurrentNewsHash(): number {

0 commit comments

Comments
 (0)