Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ addToAnyPlugin:
# 3. You will get a HTML e.g. <a class="a2a_button_facebook"></a> where "facebook" is part you want to include in list
buttons:
- facebook
- twitter
- x
- linkedin
- email
- copy_link
Expand Down
2 changes: 1 addition & 1 deletion src/app/social/social.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading