From 836f287107e0ca0c58aa2d5d1d2d61e45df8ff10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3jcik?= Date: Thu, 7 Nov 2024 22:20:34 +0100 Subject: [PATCH] fixup --- samples/react-application-collab-footer/README.md | 4 ++-- .../ext-collab-footer.gif | Bin .../ext-collab-footer.png | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename samples/react-application-collab-footer/assets/images/{compontents => components}/ext-collab-footer.gif (100%) rename samples/react-application-collab-footer/assets/images/{compontents => components}/ext-collab-footer.png (100%) diff --git a/samples/react-application-collab-footer/README.md b/samples/react-application-collab-footer/README.md index 2fa3ca010..d55bc1b37 100644 --- a/samples/react-application-collab-footer/README.md +++ b/samples/react-application-collab-footer/README.md @@ -2,7 +2,7 @@ This application customizer provides you the ability to include a footer designed for normal and group associated teams sites. The footer includes sets of links configured within a taxonomy term set via the term store. A second set of links are personalized links, unqiue to each user, stored within each user's user profile within a user profile property. If this property does not exist in the user profile service, this capability will be hidden. -![Collaboration Footer](../../assets/images/components/ext-collab-footer.gif) +![Collaboration Footer](/assets/images/components/ext-collab-footer.gif) Taxonomy dependency is utilized within the collaboration footer to provide a global set of links across multiple team sites, as well as a technology demostrator. Visit the [Portal footer application customizer](../react-application-portal-footer/) for an example of footer links driven by a SharePoint list. @@ -27,7 +27,7 @@ Set-PnPApplicationCustomizer -Title "CollabFooter" -ClientSideComponentId 6638da ## Used SharePoint Framework Version -![drop](https://img.shields.io/badge/version-1.16.1-green.svg) +![drop](https://img.shields.io/badge/version-1.20.0-green.svg) * Supported in SharePoint Online diff --git a/samples/react-application-collab-footer/assets/images/compontents/ext-collab-footer.gif b/samples/react-application-collab-footer/assets/images/components/ext-collab-footer.gif similarity index 100% rename from samples/react-application-collab-footer/assets/images/compontents/ext-collab-footer.gif rename to samples/react-application-collab-footer/assets/images/components/ext-collab-footer.gif diff --git a/samples/react-application-collab-footer/assets/images/compontents/ext-collab-footer.png b/samples/react-application-collab-footer/assets/images/components/ext-collab-footer.png similarity index 100% rename from samples/react-application-collab-footer/assets/images/compontents/ext-collab-footer.png rename to samples/react-application-collab-footer/assets/images/components/ext-collab-footer.png