Skip to content

Commit

Permalink
feat(@dpc-sdp/ripple-ui-core): add icon support for au.linkedin.com
Browse files Browse the repository at this point in the history
  • Loading branch information
David Featherston committed Jan 29, 2024
1 parent 24858a4 commit ede77b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const getIconForUrl = (urlString: string) => {
case 'instagr.am':
return 'icon-instagram'
case 'linkedin.com':
case 'au.linkedin.com':
return 'icon-linkedin'
case 'twitter.com':
case 'x.com':
Expand Down

0 comments on commit ede77b7

Please sign in to comment.