We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/ngx-sharebuttons
Steps to reproduce:
What behavior were you expecting to see? New Logo Of Twitter 'X'
What behavior did you actually see? Old Logo Of Twitter Button
The text was updated successfully, but these errors were encountered:
@yuvrajsingh-kiwi please check #650 they already have a PR, we are also waiting for this change.
Sorry, something went wrong.
I will make the change but it may take sometime, but you don't need to wait! you can change the icon from the global options like so:
import { faXTwitter } from '@fortawesome/free-brands-svg-icons'; import { FaIconLibrary, } from '@fortawesome/angular-fontawesome'; @NgModule({ imports: [ ShareButtonsModule.withConfig({ prop: { twitter: { icon: ['fab', 'x-twitter'], color: '#1E3050', } } }) ], }) export class AppModule { constructor(iconLibrary: FaIconLibrary) { iconLibrary.addIcons(faXTwitter); } }
Here is a stackblitz: https://stackblitz.com/edit/ngx-sharebuttons-6hfmg3?file=src%2Fapp%2Fapp.module.ts
Successfully merging a pull request may close this issue.
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/ngx-sharebuttons
Steps to reproduce:
Expected Behavior
What behavior were you expecting to see?
New Logo Of Twitter 'X'
Actual Behavior
What behavior did you actually see?
Old Logo Of Twitter Button
Environment
The text was updated successfully, but these errors were encountered: