Skip to content

Commit c557f2f

Browse files
authored
Merge pull request DSpace#5632 from alanorth/social-twitter-x
Use X instead of Twitter for social buttons
2 parents 28aee2b + 7e0ec9f commit c557f2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/config.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ addToAnyPlugin:
798798
# 3. You will get a HTML e.g. <a class="a2a_button_facebook"></a> where "facebook" is part you want to include in list
799799
buttons:
800800
- facebook
801-
- twitter
801+
- x
802802
- linkedin
803803
- email
804804
- copy_link

src/app/social/social.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('SocialComponent', () => {
3838

3939
it('should initialize properties from socialService configuration on ngOnInit', () => {
4040
const config = {
41-
buttons: ['facebook', 'twitter'],
41+
buttons: ['facebook', 'x'],
4242
showPlusButton: true,
4343
showCounters: true,
4444
title: 'Test Title',

0 commit comments

Comments
 (0)