diff --git a/config/config.example.yml b/config/config.example.yml index 2cb8f9541be..6f6c67d1ae6 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -798,7 +798,7 @@ addToAnyPlugin: # 3. You will get a HTML e.g. where "facebook" is part you want to include in list buttons: - facebook - - twitter + - x - linkedin - email - copy_link diff --git a/src/app/social/social.component.spec.ts b/src/app/social/social.component.spec.ts index c1cd4a3a249..8e6abd2b337 100644 --- a/src/app/social/social.component.spec.ts +++ b/src/app/social/social.component.spec.ts @@ -38,7 +38,7 @@ describe('SocialComponent', () => { it('should initialize properties from socialService configuration on ngOnInit', () => { const config = { - buttons: ['facebook', 'twitter'], + buttons: ['facebook', 'x'], showPlusButton: true, showCounters: true, title: 'Test Title',