Skip to content

Commit

Permalink
Fixed the error eslint from Frontend CI task #82
Browse files Browse the repository at this point in the history
  • Loading branch information
macagua committed Jul 27, 2023
1 parent bea1584 commit 2c05482
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions frontend/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ DEFAULT_SOCIAL.push(
// id: 'pt',
// },
{
name: 'Linkedin',
fa_name: ['fab', 'linkedin'],
color: '#0e76a8',
sharing_url: 'https://www.linkedin.com/sharing/share-offsite/?url=',
id: 'pt',
name: 'Linkedin',
fa_name: ['fab', 'linkedin'],
color: '#0e76a8',
sharing_url: 'https://www.linkedin.com/sharing/share-offsite/?url=',
id: 'pt',
},
{
name: 'Whatsapp',
Expand All @@ -48,7 +48,7 @@ DEFAULT_SOCIAL.push(
color: '#229ED9',
sharing_url: 'https://telegram.me/share/url?url=',
id: 'pt',
}
},
);

export default function applyConfig(config) {
Expand Down

0 comments on commit 2c05482

Please sign in to comment.