From 860ebf60c0156d7d501cc5ac2ea84c6619f771c3 Mon Sep 17 00:00:00 2001 From: mango Date: Wed, 9 Oct 2024 23:13:43 -0400 Subject: [PATCH] added google icon on components readme file --- components/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/README.md b/components/README.md index 394c63a..37088a6 100644 --- a/components/README.md +++ b/components/README.md @@ -31,7 +31,8 @@ CommendationCountCard.tsx - Props: `{name, imageURL, numCommendations}: CommendationStatInfo` GoogleIcon.tsx -- +- Description: This component was taken from Google Identity page here: https://developers.google.com/identity/branding-guidelines that allows programmers to use a pre-approved and public html button element of the Google icon. +- Props: none CommendationForm.tsx - Description: This component allows users to send a message (commendation) to another member or team--the `teamTab` prop is used to toggle between member and team recipients. `VirtualizedUserAutocomplete` is used to search for recipients efficiently.