From 241aaf85beaa35521c94fd31f187e353e33868b0 Mon Sep 17 00:00:00 2001 From: VenkadeshSundaramurthy Date: Sun, 11 Aug 2024 00:34:59 +0530 Subject: [PATCH] Update README.md --- samples/react-quick-links-grid/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/react-quick-links-grid/README.md b/samples/react-quick-links-grid/README.md index 35cc7347f..03fc5bf4c 100644 --- a/samples/react-quick-links-grid/README.md +++ b/samples/react-quick-links-grid/README.md @@ -41,7 +41,7 @@ This project is a SharePoint Framework (SPFx) WebPart that displays a set of qui 1. Clone the repository: git clone 2. Navigate to the project directory: - cd quick-links-webpart + cd react-quick-links-grid 3. Install the dependencies: npm install @@ -67,9 +67,9 @@ Open the SharePoint Workbench to add the WebPart and configure the property pane The project includes the following key files: -QuickLinksWebPart.ts: Defines the main WebPart class and handles rendering and property pane configuration. -QuickLinks.tsx: Defines the React component that fetches and displays the quick links. -QuickLinksWebPart.module.scss: Contains the CSS styles for the QuickLinks component. +PnPQuickLinksGridWebPart.ts: Defines the main WebPart class and handles rendering and property pane configuration. +QuickLinksGrid.tsx: Defines the React component that fetches and displays the quick links. +PnPQuickLinksGridWebPart.module.scss: Contains the CSS styles for the QuickLinks component. ## Building the Project @@ -83,13 +83,13 @@ gulp build | Solution | Author(s) | | ----------- | ----------------------- | -| folder name | Venkadesh Sundaramurthy | +| react-quick-links-grid | Venkadesh Sundaramurthy | ## Version history | Version | Date | Comments | | ------- | --------------- | --------------- | -| 1.0 | August 05, 2024 | Initial release | +| 1.0 | August 11, 2024 | Initial release | ## Disclaimer