How to change default Google icon with custom svg? #421
-
I am using react wrapper package. currently I have configured following code. I want to change default google icon with custom svg.
|
Beta Was this translation helpful? Give feedback.
Answered by
add-to-calendar
Jul 25, 2023
Replies: 1 comment
-
Mind the identifier! The one in the example above is auto-generated. You can manually define this with the "identifier" option like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
add-to-calendar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mind the identifier! The one in the example above is auto-generated. You can manually define this with the "identifier" option like this:
identifier="my-custom-id"
.