You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meta_configurator/src/components/toolbar/currentNews.ts
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,8 @@ export const CURRENT_NEWS_HEADER = 'Get in touch with us.';
4
4
5
5
// the current news for MetaConfigurator as a long html string
6
6
exportconstCURRENT_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>
0 commit comments