diff --git a/samples/react-questions-and-answers/README.md b/samples/react-questions-and-answers/README.md index f74a9cd15..3a8d79bb5 100644 --- a/samples/react-questions-and-answers/README.md +++ b/samples/react-questions-and-answers/README.md @@ -6,9 +6,15 @@ This is an application that supports Questions & Answers through a web part that ![Questions and Answers](./assets/QuestionsAndAnswers.gif) -## Used SharePoint Framework Version -![1.11.0](https://img.shields.io/badge/version-1.11.0-green.svg) +## Compatibility + +![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg) +![Node.js LTS 10.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg) +![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg) +![Teams Yes: Designed for Microsoft Teams](https://img.shields.io/badge/Teams-Yes-green.svg "Designed for Microsoft Teams") +![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench") + ## Applies to diff --git a/samples/react-questions-and-answers/assets/sample.json b/samples/react-questions-and-answers/assets/sample.json index 6e3d4d52a..dbf3c66df 100644 --- a/samples/react-questions-and-answers/assets/sample.json +++ b/samples/react-questions-and-answers/assets/sample.json @@ -8,8 +8,8 @@ "longDescription": [ "This is an application that supports Questions \u0026 Answers through a web part that can be used directly on a Modern SharePoint Site without the need for Yammer or a backing Microsoft Team site. It relies on a backing SharePoint list that is hidden and a provisioned Site Page that hosts a pre-configured version of the questions web part." ], - "created": "2020-10-01", - "modified": "2020-10-01", + "created": "2021-03-22", + "modified": "2021-03-22", "products": [ "SharePoint", "Office" @@ -67,4 +67,4 @@ } ] } -] \ No newline at end of file +]